GradientSpreadMethod Enum

Definition

Specifies how to draw the gradient outside a gradient brush's gradient vector or space.

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

Fields

Name Value Description
Pad 0

The color values at the ends of the gradient vector fill the remaining space.

Reflect 1

The gradient is repeated in the reverse direction until the space is filled.

Repeat 2

The gradient is repeated in the original direction until the space is filled.

Applies to

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