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(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class GradientSpreadMethod
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum GradientSpreadMethod
Public Enum GradientSpreadMethod
<object property="enumMemberName"/>
Inheritance
GradientSpreadMethod
Attributes

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