StrokeThickness Property
Gets or sets the width of the Shape outline.
XAML |
<object StrokeThickness="Double" .../>
|
Scripting |
value = object.strokeThickness object.strokeThickness = value |
The width of the Shape outline.
This property is read/write. The default value is 0.
StrokeThickness also applies to the various stroke decorations such as StrokeStartLineCap, or the StrokeDashArray Property dash pattern if any.