TextBoxFormat
FillColor Property
|
Gets or sets the fill color of the textbox.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Color FillColor { get; set; }
Public Property FillColor As Color
Get
Set
public:
property Color FillColor {
Color get ();
void set (Color value);
}
member FillColor : Color with get, set
Property Value
Type:
Color
See Also