Direction

TextEditOptions.Direction property

Allows to specify the direction of text flow in the input plain text document. By default is Left-to-Right.

public TextDirection Direction { get; set; }

See Also