GaugeOrientations 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 orientation of a LinearGauge.
public enum class GaugeOrientations
public enum GaugeOrientations
type GaugeOrientations =
Public Enum GaugeOrientations
- Inheritance
-
GaugeOrientations
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Automatically determine the orientation based on the width and height of the LinearGauge. |
Horizontal | 1 | The linear gauge is horizontal. |
Vertical | 2 | The linear gauge is vertical. |