StrokeLineJoin Property
Gets or sets a value that specifies the type of join used at the vertices of a Shape.
XAML |
<object StrokeLineJoin="PenLineJoin" .../>
|
Scripting |
value = object.StrokeLineJoin object.StrokeLineJoin = value |
Property Value
A value of the PenLineJoin enumeration that specifies the join appearance.
This property is read/write. The default value is Miter.
Remarks
This property has no effect if you set it on an element that has no vertices, such as a Line element.
Applies To
Ellipse, Line, Path, Polygon, Polyline, Rectangle, Shape