Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 692 Bytes

run_flowdirection.md

File metadata and controls

32 lines (21 loc) · 692 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Documents.Run.FlowDirection
winrt property

Windows.UI.Xaml.Documents.Run.FlowDirection

-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