StrokeDashOffset Property
Gets or sets a value that specifies the distance within the dash pattern where a dash begins.
XAML |
<object StrokeDashOffset="Double" .../>
|
Scripting |
value = object.StrokeDashOffset object.StrokeDashOffset = value |
Property Value
A Double that represents the distance within the dash pattern where a dash begins.
This property is read/write. The default value is 0.
Remarks
The dash pattern is also influenced by StrokeDashArray.
Applies To
Ellipse, Line, Path, Polygon, Polyline, Rectangle, Shape