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