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

In This Topic
    FillColor Property (TextOnly)
    In This Topic
    Gets or sets the label fill color.
    Syntax
    'Declaration
     
    Public Property FillColor As Color
    public Color FillColor {get; set;}
    Remarks
    Alpha channel is supported.You need to call LabelList.Regen to apply the changes.Use for no fill color./>
    See Also