Namespace: Spire.Pdf.Exporting.XPS.Schema
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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