Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

Gets or sets the width of the Shape stroke outline.

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.

Applies to


Feedback

Was this page helpful?