FrameworkElement.GetFlowDirection Method
Gets the value of the FlowDirection attached property for the specified DependencyObject.
Assembly: PresentationFramework (in PresentationFramework.dll)
You cannot use methods in XAML.
Parameters
- element
- Type: System.Windows.DependencyObject
The element to return a FlowDirection for.
Return Value
Type: System.Windows.FlowDirectionThe requested flow direction, as a value of the enumeration.
The main purpose of this method is to support attached property syntax for the FlowDirection property, therefore allowing child elements of a provided FrameworkElement to specify flow direction for the arrangement within their parent element. To get the value on the current FrameworkElement, use the direct common language runtime (CLR) accessor FlowDirection.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.