CapStyles Enumeração
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica o tipo de um PointerCap.
public enum class CapStyles
public enum CapStyles
type CapStyles =
Public Enum CapStyles
- Herança
-
CapStyles
Campos
FlattenedWithIndentation | 5 | O tipo é FlattenedWithIndentation. |
FlattenedWithWideIndentation | 6 | O tipo é FlattenedWithWideIndentation. |
Rounded | 1 | O tipo é Arredondado. |
RoundedDark | 0 | O tipo é RoundedDark. |
RoundedGlossyWithIndentation | 7 | O tipo é RoundedGlossyWithIndentation. |
RoundedLight | 2 | O tipo é RoundedLight. |
RoundedWithAdditionalTop | 3 | O tipo é RoundedWithAdditionalTop. |
RoundedWithIndentation | 8 | O tipo é RoundedWithIndentation. |
RoundedWithWideIndentation | 4 | O tipo é RoundedWithWideIndentation. |