BidiClass Enumeration
Definition
Namespace: Avalonia.Media.TextFormatting.Unicode
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum BidiClass
Public Enumeration BidiClass
type BidiClass
Members
LeftToRight | 0 | |
ArabicLetter | 1 | |
ArabicNumber | 2 | |
ParagraphSeparator | 3 | |
BoundaryNeutral | 4 | |
CommonSeparator | 5 | |
EuropeanNumber | 6 | |
EuropeanSeparator | 7 | |
EuropeanTerminator | 8 | |
FirstStrongIsolate | 9 | |
LeftToRightEmbedding | 10 | |
LeftToRightIsolate | 11 | |
LeftToRightOverride | 12 | |
NonspacingMark | 13 | |
OtherNeutral | 14 | |
PopDirectionalFormat | 15 | |
PopDirectionalIsolate | 16 | |
RightToLeft | 17 | |
RightToLeftEmbedding | 18 | |
RightToLeftIsolate | 19 | |
RightToLeftOverride | 20 | |
SegmentSeparator | 21 | |
WhiteSpace | 22 |