Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfLineStyle.DashPattern Property

Gets a line dash pattern specified by a dash array and a dash phase.

Namespace: DevExpress.Pdf

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

Declaration

public double[] DashPattern { get; }

Property Value

Type Description
Double[]

An array of double values that represent the line dash pattern.

See Also