GaugeLabelPlacements 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 labels within a GaugeScale should be placed relative to the GaugeScale.
public enum class GaugeLabelPlacements
public enum GaugeLabelPlacements
type GaugeLabelPlacements =
Public Enum GaugeLabelPlacements
- Inheritance
-
GaugeLabelPlacements
Fields
Name | Value | Description |
---|---|---|
Inside | 0 | The label is Inside. |
Outside | 1 | The label is Outside. |
Cross | 2 | The label is Cross. |