Back to Devexpress

PdfLineStyle.CreateDashed(Double, Double, Double) Method

officefileapi-devexpress-dot-pdf-dot-pdflinestyle-dot-createdashed-x28-system-dot-double-system-dot-double-system-dot-double-x29.md

latest1.7 KB
Original Source

PdfLineStyle.CreateDashed(Double, Double, Double) Method

Creates a dashed guideline style using the dash length, gap length, and dash phase.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public static PdfLineStyle CreateDashed(
    double dashLength,
    double gapLength,
    double dashPhase
)
vb
Public Shared Function CreateDashed(
    dashLength As Double,
    gapLength As Double,
    dashPhase As Double
) As PdfLineStyle

Parameters

NameTypeDescription
dashLengthDouble

A double value that is the dash length.

| | gapLength | Double |

A double value that is the gap length.

| | dashPhase | Double |

A double value that is the dash phase.

|

Returns

TypeDescription
PdfLineStyle

A PdfLineStyle object that is the dashed guideline style.

|

See Also

PdfLineStyle Class

PdfLineStyle Members

DevExpress.Pdf Namespace