GaugeCapStyles 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 type of a PointerCap.
public enum class GaugeCapStyles
public enum GaugeCapStyles
type GaugeCapStyles =
Public Enum GaugeCapStyles
- Inheritance
-
GaugeCapStyles
Fields
Name | Value | Description |
---|---|---|
RoundedDark | 0 | Specifies that the PointerCap is rounded with a darker shade. |
Rounded | 1 | Specifies that the PointerCap is rounded. |
RoundedLight | 2 | Specifies that the PointerCap is rounded with a lighter shade. |
RoundedWithAdditionalTop | 3 | Specifies that the PointerCap is rounded with an additional rounded top. |
RoundedWithWideIndentation | 4 | Specifies that the PointerCap is rounded with a wide indentation in the middle. |
FlattenedWithIndentation | 5 | Specifies that the PointerCap is round but flat with a regular-sized indentation in the middle. |
FlattenedWithWideIndentation | 6 | Specifies that the PointerCap is round but flat with a wide indentation in the middle. |
RoundedGlossyWithIndentation | 7 | Specifies that the PointerCap is rounded and glossy with a regular-sized indentation in the middle. |
RoundedWithIndentation | 8 | Specifies that the PointerCap is rounded with a regular-sized indentation in the middle. |