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

StrokeStyle.DashOffset Property

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

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public double DashOffset { get; set; }

Property Value

Type Description
Double

A double value that specifies the dash offset.

See Also