GaugeBarStarts 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 for a GaugePointer where the pointer will start if it is of type Bar.
public enum class GaugeBarStarts
public enum GaugeBarStarts
type GaugeBarStarts =
Public Enum GaugeBarStarts
- Inheritance
-
GaugeBarStarts
Fields
Name | Value | Description |
---|---|---|
ScaleStart | 0 | The bar starts from the starting point of the GaugeScale. |
Zero | 1 | The bar starts from the zero point of the GaugeScale. |