Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 536 Bytes

penlinejoin.md

File metadata and controls

36 lines (24 loc) · 536 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Media.PenLineJoin
winrt enum

PenLineJoin

-description

Describes the shape that joins two lines or segments.

-xaml-syntax

<object property="enumMemberName"/>

-enum-fields

-field Miter:0

Line joins use regular angular vertices.

-field Bevel:1

Line joins use beveled vertices.

-field Round:2

Line joins use rounded vertices.

-remarks

-examples

-see-also