PdfLineStyle.CreateDashed(Double, Double, Double) Method
In This Article
Creates a dashed guideline style using the dash length, gap length, and dash phase.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public static PdfLineStyle CreateDashed(
double dashLength,
double gapLength,
double dashPhase
)
#Parameters
Name | Type | Description |
---|---|---|
dash |
Double | A double value that is the dash length. |
gap |
Double | A double value that is the gap length. |
dash |
Double | A double value that is the dash phase. |
#Returns
Type | Description |
---|---|
Pdf |
A Pdf |
See Also