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

PenLineJoin

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

See Also

Shapes and Drawing in Silverlight Overview