Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.22 KB

flowdirection.md

File metadata and controls

40 lines (25 loc) · 1.22 KB
-api-id -api-type
T:Windows.UI.Xaml.FlowDirection
winrt enum

FlowDirection

-description

Defines constants that specify the content flow direction for text and UI elements.

-xaml-syntax

<object property="enumMemberName"/>
 

-enum-fields

-field LeftToRight:0

Indicates that content should flow from left to right.

-field RightToLeft:1

Indicates that content should flow from right to left.

-remarks

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.

-examples

-see-also

FrameworkElement.FlowDirection, How to adjust layout and fonts for various languages, and support RTL layouts