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。