Shape::StrokeDashOffset Property

 

Gets or sets a Double that specifies the distance within the dash pattern where a dash begins.

Namespace:   System.Windows.Shapes
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property double StrokeDashOffset {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

A Double that represents the distance within the dash pattern where a dash begins.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: