Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 721 Bytes

shape_strokelinejoin.md

File metadata and controls

28 lines (19 loc) · 721 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Shapes.Shape.StrokeLineJoin
winrt property

Microsoft.UI.Xaml.Shapes.Shape.StrokeLineJoin

-description

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

-xaml-syntax

<shape StrokeLineJoin="penLineJoinMemberName"/>

-property-value

A value of the PenLineJoin enumeration that specifies the join appearance. The default value is Miter.

-remarks

-examples

-see-also