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.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
Type | Description |
---|---|
DoubleCollection | An ordered collection of Double values that represent the dash array. |
See Also