PdfPen
DashOffset Property
|
Gets or sets the dash offset 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 float DashOffset { get; set; }
Public Property DashOffset As Single
Get
Set
public:
property float DashOffset {
float get ();
void set (float value);
}
member DashOffset : float32 with get, set
Property Value
Type:
Single
See Also