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