Skip to main content
A newer version of this page is available. .

PdfLineStyle.DashPattern Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.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