Shape.StrokeDashOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies the distance within the dash pattern where a dash begins.
public:
property double StrokeDashOffset { double get(); void set(double value); };
double StrokeDashOffset();
void StrokeDashOffset(double value);
public double StrokeDashOffset { get; set; }
var double = shape.strokeDashOffset;
shape.strokeDashOffset = double;
Public Property StrokeDashOffset As Double
<object StrokeDashOffset="double"/>
Property Value
Double
double
A value that represents the distance within the dash pattern where a dash begins. The default value is 0.