StrokeLineJoin

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets a value that specifies the type of join used at the vertices of a Shape.

<object StrokeLineJoin="PenLineJoin"  .../>
value = object.StrokeLineJoin
object.StrokeLineJoin = value

Property Value

Type: PenLineJoin

One of the enumeration values (Miter, Bevel, or Round) that specifies the join appearance.

This property is read/write. The default value is Miter.

Managed Equivalent

StrokeLineJoin

Remarks

This property has no effect if you set it on an element that has no vertices, such as a Line element.