CompositionGradientExtendMode Enum

Definition

Defines constants that specify how to draw the gradient outside the brush's gradient vector or space.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum CompositionGradientExtendMode
C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum CompositionGradientExtendMode
Inheritance
CompositionGradientExtendMode
Attributes

Fields

Name Value Description
Clamp 0

The gradient is not extended.

Wrap 1

The gradient is wrapped.

Mirror 2

The gradient is repeated in the reverse direction..

Applies to

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