Manipulation.SetManipulationContainer(UIElement, IInputElement) メソッド

定義

指定された要素の操作の座標を定義する要素を設定します。

public:
 static void SetManipulationContainer(System::Windows::UIElement ^ element, System::Windows::IInputElement ^ container);
public static void SetManipulationContainer (System.Windows.UIElement element, System.Windows.IInputElement container);
static member SetManipulationContainer : System.Windows.UIElement * System.Windows.IInputElement -> unit
Public Shared Sub SetManipulationContainer (element As UIElement, container As IInputElement)

パラメーター

element
UIElement

操作が関連付けられた要素。

container
IInputElement

座標空間を定義するコンテナー。

適用対象