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.UI.Xaml

Assembly: DevExpress.Drawing.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DoubleCollection DashArray { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Media.DoubleCollection

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

See Also