Placements 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.
Represents the available placement options for gauges.
public enum class Placements
public enum Placements
type Placements =
Public Enum Placements
- Inheritance
-
Placements
Fields
Name | Value | Description |
---|---|---|
Inside | 0 | Place inside. |
Outside | 1 | Place outside. |
Cross | 2 | Place across. |