CompositionStrokeLineJoin Enum

Definition

Defines constants that specify the shape used to join two lines or segments.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum CompositionStrokeLineJoin
C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum CompositionStrokeLineJoin
Inheritance
CompositionStrokeLineJoin
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.

MiterOrBevel 3

Line joins use regular angular vertices unless the join would extend beyond the miter limit; otherwise, line joins use beveled vertices.

Applies to

Produk Versi
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6