Back to Devexpress

PdfLineStyle.CreateDashed(Double[], Double) Method

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

latest1.5 KB
Original Source

PdfLineStyle.CreateDashed(Double[], Double) Method

Creates a dashed guideline style using the dash pattern 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[] dashPattern,
    double dashPhase
)
vb
Public Shared Function CreateDashed(
    dashPattern As Double(),
    dashPhase As Double
) As PdfLineStyle

Parameters

NameTypeDescription
dashPatternDouble[]

An array of double values that represents the dash pattern.

| | 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