ShapeObject
FillColor Property
|
Defines the brush color that fills the closed path of the shape.
Namespace:
Spire.Doc.Fields
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