PdfLineStyleDashPhase Property |
Gets or sets the dash phase. This number represents at what point dashes will start in the DashPattern. For example,
if the DashPattern is [2, 3] and the phase is 1, the dashed line will be 1 unit on, 3 off, 2 on, 3 off, etc.
Namespace:
Atalasoft.PdfDoc.Generating.Rendering
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int DashPhase { get; set; }
Public Property DashPhase As Integer
Get
Set
Property Value
Type:
Int32
The dash phase.
See Also