[]
Initializes a new instance of the PdfDashPattern class.
The length of alternating dashes, in points.
The length of alternating gaps, in points.
The distance in the dash pattern to start the dash at, in points.
Gets or sets the length of alternating dashes, in points. The default value is null which indicates no dash pattern, but a solid line.
Gets or sets the length of alternating gaps, in points. The default value is equal to dash which indicates that dashes and gaps will have the same length.
Gets or sets the distance in the dash pattern to start the dash at, in points. The default value is 0.
Creates a copy of this PdfDashPattern.
A copy of this dash pattern.
Determines whether the specified PdfDashPattern instance is equal to the current one.
PdfDashPattern to compare.
true if the specified object is equal to the current one, otherwise false.
Represents the dash pattern used to stroke paths.