Shape.StrokeDashOffset Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a Double that specifies the distance within the dash pattern where a dash begins.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object StrokeDashOffset="double"/>
Property Value
Type: System.DoubleA Double that represents the distance within the dash pattern where a dash begins. The default value is 0.
Dependency property identifier field: StrokeDashOffsetProperty
The dash pattern is also influenced by StrokeDashArray.
Generally you should use integral numeric values for this property. Non-integral values can cause sub-pixel rendering, and may alter the apparent color of the stroke.