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

適用対象

こちらもご覧ください