ManipulationStartingEventArgs.ManipulationContainer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定容器,所有操作事件和計算都包含在這個容器中。
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位置。
如需操作的詳細資訊,請參閱 輸入概觀。 如需回應操作的應用程式範例,請參閱逐步解說 :建立您的第一個觸控應用程式。