FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection) メソッド

定義

指定された要素の FlowDirection 添付プロパティの値を設定します。

public:
 static void SetFlowDirection(System::Windows::DependencyObject ^ element, System::Windows::FlowDirection value);
public static void SetFlowDirection (System.Windows.DependencyObject element, System.Windows.FlowDirection value);
static member SetFlowDirection : System.Windows.DependencyObject * System.Windows.FlowDirection -> unit
Public Shared Sub SetFlowDirection (element As DependencyObject, value As FlowDirection)

パラメーター

element
DependencyObject

フロー方向を指定する要素。

value
FlowDirection

方向を指定する列挙値。

注釈

このメソッドは、 プロパティの添付プロパティ構文を FlowDirection サポートしているため、 の子要素で親要素 FrameworkElement 内の配置のフロー方向を指定できます。 現在 FrameworkElementの に値を設定するには、直接共通言語ランタイム (CLR) アクセサー FlowDirectionを使用します。

適用対象

こちらもご覧ください