BackgroundGradientTypes Enum

Definition

Specifies the type of background gradient to for a ScaleRange.

public enum class BackgroundGradientTypes
public enum BackgroundGradientTypes
type BackgroundGradientTypes = 
Public Enum BackgroundGradientTypes
Inheritance
BackgroundGradientTypes

Fields

Center 4

The gradient scale is Center.

DiagonalLeft 5

The gradient scale is DiagonalLeft.

DiagonalRight 6

The gradient scale is DiagonalRight.

HorizontalCenter 7

The gradient scale is HorizontalCenter.

LeftRight 2

The gradient scale is LeftRight.

None 1

The gradient scale is None.

StartToEnd 0

The gradient scale is StartToEnd.

TopBottom 3

The gradient scale is TopBottom.

VerticalCenter 8

The gradient scale is VerticalCenter.

Applies to