Gets or sets a value indicating whether the Fill is currently on.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool On { get; set; }
Public Property On As Boolean
Get
Set
public:
property bool On {
bool get ();
void set (bool value);
}
member On : bool with get, set
Property Value
Type:
Boolean
See Also