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

StrokeStyle.DashArray Property

Gets or sets a list of comma or white space separated lengths and percentages that specify the lengths of alternating dashes and gaps.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public DoubleCollection DashArray { get; set; }

Property Value

Type Description
DoubleCollection

An ordered collection of Double values that represent the dash array.

See Also