FrameworkElement.GetFlowDirection(DependencyObject) 方法

定义

获取指定的 DependencyObjectFlowDirection 附加属性值。

public:
 static System::Windows::FlowDirection GetFlowDirection(System::Windows::DependencyObject ^ element);
public static System.Windows.FlowDirection GetFlowDirection (System.Windows.DependencyObject element);
static member GetFlowDirection : System.Windows.DependencyObject -> System.Windows.FlowDirection
Public Shared Function GetFlowDirection (element As DependencyObject) As FlowDirection

参数

element
DependencyObject

要为其返回 FlowDirection 的元素。

返回

所请求的流方向(作为一个枚举值)。

注解

此方法的主要用途是支持 属性的附加属性语法 FlowDirection ,因此允许提供的 FrameworkElement 的子元素指定其父元素内排列的流方向。 若要获取当前 FrameworkElement上的值,请使用直接公共语言运行时 (CLR) 访问器 FlowDirection

适用于

另请参阅