Eyeshot 11 WinForms API Reference
WinForms 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 Color
    public Color Color {get; set;}
    Remarks
    You need to call LabelList.Regen to apply the changes.
    See Also