Gets or sets the dash pattern of the pen.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public float[] DashPattern { get; set; }
Public Property DashPattern As Single() Get Set
public: property array<float>^ DashPattern { array<float>^ get (); void set (array<float>^ value); }
member DashPattern : float32[] with get, set