- Namespace
- Avalonia
.Media .TextFormatting .Unicode - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["GeneralCategory"]
class Type type-node
Syntax
public enum GeneralCategory
Fields
Name | Constant Value | Summary |
---|---|---|
CasedLetter | 7 |
static
|
ClosePunctuation | 24 |
static
|
ConnectorPunctuation | 22 |
static
|
Control | 1 |
static
|
CurrencySymbol | 30 |
static
|
DashPunctuation | 23 |
static
|
DecimalNumber | 18 |
static
|
EnclosingMark | 15 |
static
|
FinalPunctuation | 25 |
static
|
Format | 2 |
static
|
InitialPunctuation | 26 |
static
|
Letter | 6 |
static
|
LetterNumber | 19 |
static
|
LineSeparator | 35 |
static
|
LowercaseLetter | 8 |
static
|
Mark | 13 |
static
|
MathSymbol | 32 |
static
|
ModifierLetter | 9 |
static
|
ModifierSymbol | 31 |
static
|
NonspacingMark | 16 |
static
|
Number | 17 |
static
|
OpenPunctuation | 28 |
static
|
Other | 0 |
static
|
OtherLetter | 10 |
static
|
OtherNumber | 20 |
static
|
OtherPunctuation | 27 |
static
|
OtherSymbol | 33 |
static
|
ParagraphSeparator | 36 |
static
|
PrivateUse | 4 |
static
|
Punctuation | 21 |
static
|
Separator | 34 |
static
|
SpaceSeparator | 37 |
static
|
SpacingMark | 14 |
static
|
Surrogate | 5 |
static
|
Symbol | 29 |
static
|
TitlecaseLetter | 11 |
static
|
Unassigned | 3 |
static
|
UppercaseLetter | 12 |
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
HasAllFlags |
bool |
From EnumExtensions
|
HasAnyFlag |
bool |
From EnumExtensions
|
HasFlagCustom |
bool |
From EnumExtensions
|