TextBox.TextReadingOrder Property

Definition

Gets or sets a value that indicates how the reading order is determined for the TextBox.

C#
public TextReadingOrder TextReadingOrder { get; set; }
XAML
<TextBox TextReadingOrder="textReadingOrderValue"/>

Property Value

A value that indicates how the reading order is determined for the TextBox. The default is DetectFromContent.

Remarks

This property can be useful when the base direction of the text is unknown, and may not match the user's language or direction. For more info, see the Remarks section of the TextReadingOrder enumeration or How to support bidirectional UI.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also