StrokeLineJoin Property

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.

Namespace:  System.Windows.Shapes
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

'Declaration
Public Property StrokeLineJoin As PenLineJoin
<object StrokeLineJoin="penLineJoinMemberName"/>

Property Value

Type: System.Windows.Media.PenLineJoin
A 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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft