SmartGlassTextEntrySurface.FlowDirection Property

Gets or sets the value that determines whether the text box flows from left to right or right to left.

Syntax

public:
property String^ FlowDirection {
         String^ get ();
         void set (String^ value);
}  

Property 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).

Requirements

Namespace: Windows.Xbox.SmartGlass

Metadata: windows.winmd

See also

Reference

SmartGlassTextEntrySurface Class

SmartGlassTextEntrySurface Members

Windows.Xbox.SmartGlass Namespace