TextDirection Enum
Represents available reading order options used in TextDirection member.
Fields
Context | Context Dependent if the first non-whitespace character is a strong right-to-left character, the reading order is right-to-left; otherwise, the reading order is left-to-right. |
LeftToRight | The reading order is left-to-right. |
RightToLeft | The reading order is right-to-left. |