GaugeBackgroundGradients Enum

Definition

Specifies the type of background gradient to for a ScaleRange.

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

Fields

Center 4

Specifies a gradient that spreads out from the center.

DiagonalLeft 5

Specifies a gradient from top left to bottom right.

DiagonalRight 6

Specifies a gradient from top right to bottom left.

HorizontalCenter 7

Specifies a gradient from center to left and right.

LeftRight 2

Specifies a gradient from left to right.

None 1

Specifies that the gradient is disabled.

StartToEnd 0

Specifies a gradient from the start of the range to the end of the range.

TopBottom 3

Specifies a gradient from top to bottom.

VerticalCenter 8

Specifies a gradient from center to top and bottom.

Applies to