Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Labels Namespace / Label Class / Color Property

In This Topic
    Color Property (Label)
    In This Topic
    Gets or sets the label color.
    Syntax
    'Declaration
     
    Public Property Color As Brush
    public Brush Color {get; set;}
    Remarks
    You need to call LabelList.Regen to apply the changes.
    See Also