Character Enumeraçã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.
bit 0 = a bit 1 = b | | bit 2 = c f b bit 3 = d | g| bit 4 = e | | bit 5 = f e c bit 6 = g | d| .dp bit 7 = dp
Essa enumeração dá suporte a uma combinação bit a bit dos valores de membro.
[System.Flags]
public enum Character
[<System.Flags>]
type Character =
Public Enum Character
- Herança
-
Character
- Atributos
A | 119 | Caractere A |
B | 124 | Caractere B |
C | 57 | Caractere C |
D | 94 | Caractere D |
Digit0 | 63 | Caractere 0 |
Digit1 | 6 | Caractere 1 |
Digit2 | 91 | Caractere 2 |
Digit3 | 79 | Caractere 3 |
Digit4 | 102 | Caractere 4 |
Digit5 | 109 | Caractere 5 |
Digit6 | 125 | Caractere 6 |
Digit7 | 7 | Caractere 7 |
Digit8 | 127 | Caractere 8 |
Digit9 | 111 | Caractere 9 |
Dot | 128 | Segment dp |
E | 121 | Caractere E |
F | 113 | Caractere F |
Minus | 64 | Caractere- |
Nothing | 0 | Caractere que representa nada sendo exibido |
SegmentBottom | 8 | Segmento d |
SegmentBottomLeft | 16 | Segmento e |
SegmentBottomRight | 4 | Segmento c |
SegmentMiddle | 64 | Segmento g |
SegmentTop | 1 | Segmentar um |
SegmentTopLeft | 32 | Segmento f |
SegmentTopRight | 2 | Segmento b |
Produto | Versões |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |