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