- 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["LineBreakClass"]
class Type type-node
Syntax
public enum LineBreakClass
Fields
Name | Constant Value | Summary |
---|---|---|
Alphabetic | 12 |
static
|
Ambiguous | 34 |
static
|
BreakAfter | 17 |
static
|
BreakBefore | 18 |
static
|
BreakBoth | 19 |
static
|
BreakSymbols | 7 |
static
|
CarriageReturn | 37 |
static
|
CloseParenthesis | 2 |
static
|
ClosePunctuation | 1 |
static
|
CombiningMark | 21 |
static
|
ComplexContext | 40 |
static
|
Conditional |
36 |
static
|
ContingentBreak | 32 |
static
|
EBase | 29 |
static
|
EModifier | 30 |
static
|
Exclamation | 6 |
static
|
Glue | 4 |
static
|
H2 | 23 |
static
|
H3 | 24 |
static
|
HebrewLetter | 13 |
static
|
Hyphen | 16 |
static
|
Ideographic | 14 |
static
|
InfixNumeric | 8 |
static
|
Inseparable | 15 |
static
|
JL | 25 |
static
|
JT | 27 |
static
|
JV | 26 |
static
|
LineFeed | 38 |
static
|
MandatoryBreak | 35 |
static
|
NextLine | 39 |
static
|
Nonstarter | 5 |
static
|
Numeric | 11 |
static
|
OpenPunctuation | 0 |
static
|
PostfixNumeric | 10 |
static
|
PrefixNumeric | 9 |
static
|
Quotation | 3 |
static
|
RegionalIndicator | 28 |
static
|
Space | 42 |
static
|
Surrogate | 41 |
static
|
Unknown | 33 |
static
|
WordJoiner | 22 |
static
|
ZWJ | 31 |
static
|
ZWSpace | 20 |
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
HasAllFlags |
bool |
From EnumExtensions
|
HasAnyFlag |
bool |
From EnumExtensions
|
HasFlagCustom |
bool |
From EnumExtensions
|