GaugePointerPlacements 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 where the pointer should be placed relative to the GaugeScale.
public enum class GaugePointerPlacements
public enum GaugePointerPlacements
type GaugePointerPlacements =
Public Enum GaugePointerPlacements
- Inheritance
-
GaugePointerPlacements
Fields
Name | Value | Description |
---|---|---|
Cross | 0 | The pointer is placed across the GaugeScale. |
Outside | 1 | The pointer is placed outside the GaugeScale. |
Inside | 2 | The pointer is placed inside the GaugeScale. |