-api-id | -api-type |
---|---|
T:Windows.UI.Xaml.FlowDirection |
winrt enum |
Defines constants that specify the content flow direction for text and UI elements.
<object property="enumMemberName"/>
Indicates that content should flow from left to right.
Indicates that content should flow from right to left.
The FlowDirection enumeration is used as a value by the FrameworkElement.FlowDirection property. LeftToRight is the default value.
FrameworkElement.FlowDirection is interpreted differently for render purposes depending on which FrameworkElement subclass is involved as the content or as a container. For more info, see FrameworkElement.FlowDirection.
FrameworkElement.FlowDirection, How to adjust layout and fonts for various languages, and support RTL layouts