Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public DoubleCollection DashArray { get; set; }

Property Value

Type Description
DoubleCollection

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

See Also