GradientSpreadMethod Enum

Definition

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

public enum class GradientSpreadMethod
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class GradientSpreadMethod
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum GradientSpreadMethod
Public Enum GradientSpreadMethod
<object property="enumMemberName"/>
Inheritance
GradientSpreadMethod
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

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