PdfPen
DashStyle Property
|
Gets or sets the dash style of the pen.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Property Value
Type:
PdfDashStyle
See Also