TextDirection
Declaration
public sealed enum Strawberry.Graphics.Text.TextDirection
The direction of the text
Members
| Name | Value | Description |
|---|---|---|
LeftToRight |
0 | Left to right text rendering |
RightToLeft |
1 | Right to left text rendering (for persian language) |
None |
2 | Automatic direction calculation (not supported yet) |
Fields
LeftToRight static
Left to right text rendering
TextDirection LeftToRight = 0
RightToLeft static
Right to left text rendering (for persian language)
TextDirection RightToLeft = 1
None static
Automatic direction calculation (not supported yet)
TextDirection None = 2