Gets or sets the dash style 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 PdfDashStyle DashStyle { get; set; }
Public Property DashStyle As PdfDashStyle Get Set
public: property PdfDashStyle DashStyle { PdfDashStyle get (); void set (PdfDashStyle value); }
member DashStyle : PdfDashStyle with get, set