ManipulationStartingEventArgs.ManipulationContainer プロパティ

定義

すべての操作イベントおよび計算の基準となるコンテナーを取得または設定します。

public:
 property System::Windows::IInputElement ^ ManipulationContainer { System::Windows::IInputElement ^ get(); void set(System::Windows::IInputElement ^ value); };
public System.Windows.IInputElement ManipulationContainer { get; set; }
member this.ManipulationContainer : System.Windows.IInputElement with get, set
Public Property ManipulationContainer As IInputElement

プロパティ値

すべての操作イベントおよび計算の基準となるコンテナー。 既定値は、イベントが発生した要素です。

注釈

プロパティを設定 ManipulationContainer することで、位置を別の要素に対して相対的に指定できます。 たとえば、操作イベントを受け取る要素の親を基準にして、操作位置を作成できます。 ManipulationStartingイベント ハンドラーは、 を設定できる唯一のManipulationContainer場所です。

操作の詳細については、「 入力の概要」を参照してください。 操作に応答するアプリケーションの例については、「 チュートリアル: 初めてのタッチ アプリケーションの作成」を参照してください。

適用対象