Run.FlowDirection Property
Gets or sets the direction that text and other user interface elements flow within the Run element that controls their layout.
Namespace: System.Windows.Documents
Assembly: System.Windows (in System.Windows.dll)
<Run FlowDirection="LeftToRight"/> -or- <Run FlowDirection="RightToLeft"/>
Property Value
Type: System.Windows.FlowDirectionThe direction that text and other UI elements flow within the Run element. The default value is LeftToRight.
Dependency property identifier field: FlowDirectionProperty
This property is not automatically set as part of any application culture information. An element might contain content that is not necessarily intended to use the flow direction implied by the culture information.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.