Gets or sets the value that determines whether the text box flows from left to right or right to left.
public:
property String^ FlowDirection {
String^ get ();
void set (String^ value);
}
Type: String
A string value indicating whether the whether the text box flows from left to right or right to left. Possible values are “ltr”, “rtl”, or empty (defaults to the user’s system settings).
Namespace: Windows.Xbox.SmartGlass
Metadata: windows.winmd
SmartGlassTextEntrySurface Class