GaugeBackgroundGradients Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
StartToEnd | 0 | Specifies a gradient from the start of the range to the end of the range. |
None | 1 | Specifies that the gradient is disabled. |
LeftRight | 2 | Specifies a gradient from left to right. |
TopBottom | 3 | Specifies a gradient from top to bottom. |
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. |
VerticalCenter | 8 | Specifies a gradient from center to top and bottom. |