Shape.StrokeThickness 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.
public:
property double StrokeThickness { double get(); void set(double value); };
double StrokeThickness();
void StrokeThickness(double value);
public double StrokeThickness { get; set; }
var double = shape.strokeThickness;
shape.strokeThickness = double;
Public Property StrokeThickness As Double
<object StrokeThickness="double"/>
Property Value
Double
double
The width of the Shape outline, in pixels. The default value is 0.