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

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