XpsPathFigureIsFilled Property |
Returns/sets value indicating whether the path figure is used in computing
the area of the containing path geometry.
Namespace:
Aspose.Page.XPS.XpsModel
Assembly:
Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntaxpublic 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