Eyeshot 10 WinForms API Reference
FillColor Property (TextOnly)

WinForms Assembly > devDept.Eyeshot.Labels Namespace > TextOnly Class : FillColor Property
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

Reference

TextOnly Class
TextOnly Members