Shape.StrokeLineJoin Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a Shape.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object StrokeLineJoin="penLineJoinMemberName"/>
Property Value
Type: System.Windows.Media.PenLineJoinA value of the PenLineJoin enumeration that specifies the join appearance. The default value is Miter.
Dependency property identifier field: StrokeLineJoinProperty
This property has no effect if you set it on an element that has no vertices, such as on a Line element.
Show: