Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / TextOnly Class / FillColorForSelection Property

In This Topic
    FillColorForSelection Property
    In This Topic
    Gets or sets the fill color used when the label is selected.
    Syntax
    'Declaration
     
    Public Property FillColorForSelection As Color
    public Color FillColorForSelection {get; set;}
    Remarks
    Alpha channel is supported.Fill property must be trueYou need to call LabelList.Regen to apply the changes.
    See Also