Skip to main content

StrokeStyle.DashOffset Property

Gets or sets the distance from the line start to the beginning of a dash pattern.

Namespace: DevExpress.UI.Xaml

Assembly: DevExpress.Drawing.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public double DashOffset { get; set; }

#Property Value

Type Description
Double

A double value that specifies the dash offset.

See Also