PenLineJoin Enum

Definition

Describes the shape that joins two lines or segments.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum PenLineJoin
XAML
<object property="enumMemberName"/>
Inheritance
PenLineJoin
Attributes

Fields

Name Value Description
Miter 0

Line joins use regular angular vertices.

Bevel 1

Line joins use beveled vertices.

Round 2

Line joins use rounded vertices.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6