TextDirection enumeration

TextDirection enumeration

Specifies the directionality of text.

The TextDirection type exposes the following members:

Fields

FieldDescription
LTRText direction is left-to-right.
RTLText direction is right-to-left.
INHERITInherits text direction from its parent.

See Also