PathFigure
IsFilled Property
|
Gets or sets the IsFilled.
Namespace:
Spire.Additions.Xps.Schema
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool IsFilled { get; set; }
Public Property IsFilled As Boolean
Get
Set
public:
property bool IsFilled {
bool get ();
void set (bool value);
}
member IsFilled : bool with get, set
Property Value
Type:
Boolean
See Also