CompositionStrokeLineJoin Enum

Definition

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

public enum class CompositionStrokeLineJoin
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
enum class CompositionStrokeLineJoin
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class CompositionStrokeLineJoin
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum CompositionStrokeLineJoin
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum CompositionStrokeLineJoin
var value = Microsoft.UI.Composition.CompositionStrokeLineJoin.miter
Public Enum CompositionStrokeLineJoin
Inheritance
CompositionStrokeLineJoin
Attributes

Fields

Bevel 1

Line joins use beveled vertices.

Miter 0

Line joins use regular angular vertices.

MiterOrBevel 3

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

Round 2

Line joins use rounded vertices.

Applies to