FrameworkElement.GetFlowDirection(DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定的 DependencyObject 的 FlowDirection 附加属性值。
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。