Windows.UI.Xaml.Documents.Run.FlowDirection

June 22, 2022 · View on GitHub

-description

Gets or sets the direction that text and other user interface elements flow within the Run element that controls their layout.

-xaml-syntax

<Run FlowDirection="LeftToRight"/>
-or-
<Run FlowDirection="RightToLeft"/>

-property-value

The direction that text and other user interface (UI) elements flow within the Run element. The default value is LeftToRight.

-remarks

-examples

-see-also