Graphics.TextDirections

From Xojo Documentation

Enumeration
Graphics.TextDirections

New in 2019r2

Specifies in which direction text will be rendered. Used with the Graphics.TextDirection property.

Values

Enum Description
Unknown The direction in which text will be drawn could not be determined.
LeftToRight The text is drawn from left to right.
RightToLeft The text is drawn from right to left.

See Also

Graphics.TextDirection property.