Shape::StrokeThickness Property

 

Gets or sets the width of the Shape outline.

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

public:
[TypeConverterAttribute((LengthConverter^::typeid))]
property double StrokeThickness {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

The width of the Shape outline.

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