Enum TextDirection
Text direction enumeration, controls how text is displayed.
public enum TextDirection
Fields
BottomTop_LeftRight = 5This is a vertical direction.
O DL LL RE OH WBottomTop_RightLeft = 7This is a vertical direction.
D OL LR LO EW HLeftRight_BottomTop = 4This is a horizontal direction.
WORLDHELLOLeftRight_TopBottom = 0Normal horizontal direction.
HELLOWORLDRightLeft_BottomTop = 6This is a horizontal direction.
DLROWOLLEHRightLeft_TopBottom = 2This is a horizontal direction.
RTLOLLEHDLROWTopBottom_LeftRight = 1Normal vertical direction.
H WE OL RL LO DTopBottom_RightLeft = 3This is a vertical direction.
W HO ER LL LD O
Remarks
TextDirection [H] = Horizontal [V] = Vertical
| TextDirection | Description |
|---|---|
| LeftRight_TopBottom [H] | Normal |
| TopBottom_LeftRight [V] | Normal |
| RightLeft_TopBottom [H] | Invert Text |
| TopBottom_RightLeft [V] | Invert Lines |
| LeftRight_BottomTop [H] | Invert Lines |
| BottomTop_LeftRight [V] | Invert Text |
| RightLeft_BottomTop [H] | Invert Text + Invert Lines |
| BottomTop_RightLeft [V] | Invert Text + Invert Lines |