The direction of the text.
| C# |
public enum Direction
| Member | Description |
|---|---|
| NotSet |
No direction set.
|
| LeftToRight |
Left to right.
|
| RightToLeft |
Right to left.
|
| C# |
public enum Direction
| Member | Description |
|---|---|
| NotSet |
No direction set.
|
| LeftToRight |
Left to right.
|
| RightToLeft |
Right to left.
|