Eyeshot 11 WPF API Reference
WPF 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