FrameworkElement.FlowDirection Property
Silverlight
Gets or sets the direction that text and other user interface elements flow within any parent element that controls their layout.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
<frameworkElement FlowDirection="flowDirectionValue"/>
XAML Values
Property Value
Type: System.Windows.FlowDirectionThe direction that text and other UI elements flow within their parent element, as a value of the enumeration. The default value is LeftToRight.
Dependency property identifier field: FlowDirectionProperty
This property is not automatically set as part of any application culture information, because an element might contain content that is not necessarily intended to obey the general 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.
Community Additions
ADD
Show: