CapStyles 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 CapStyles
public enum CapStyles
type CapStyles =
Public Enum CapStyles
- Inheritance
-
CapStyles
Fields
Name | Value | Description |
---|---|---|
RoundedDark | 0 | The type is RoundedDark. |
Rounded | 1 | The type is Rounded. |
RoundedLight | 2 | The type is RoundedLight. |
RoundedWithAdditionalTop | 3 | The type is RoundedWithAdditionalTop. |
RoundedWithWideIndentation | 4 | The type is RoundedWithWideIndentation. |
FlattenedWithIndentation | 5 | The type is FlattenedWithIndentation. |
FlattenedWithWideIndentation | 6 | The type is FlattenedWithWideIndentation. |
RoundedGlossyWithIndentation | 7 | The type is RoundedGlossyWithIndentation. |
RoundedWithIndentation | 8 | The type is RoundedWithIndentation. |