ManipulationInertiaStartingEventArgs.ManipulationContainer Proprietà
Definizione
Ottiene il contenitore relativo alla proprietà ManipulationOrigin.Gets the container that the ManipulationOrigin property is relative to.
public:
property System::Windows::IInputElement ^ ManipulationContainer { System::Windows::IInputElement ^ get(); };
public System.Windows.IInputElement ManipulationContainer { get; }
member this.ManipulationContainer : System.Windows.IInputElement
Public ReadOnly Property ManipulationContainer As IInputElement
Valore della proprietà
Contenitore relativo alla proprietà ManipulationOrigin.The container that the ManipulationOrigin property is relative to.
Commenti
Per ulteriori informazioni sulle modifiche, vedere Cenni preliminari sull'input.For more information about manipulations, see the Input Overview. Per un esempio di applicazione che risponde alle modifiche, vedere procedura dettagliata: Creazione della prima applicazionetouch.For an example of an application that responds to manipulations, see Walkthrough: Creating Your First Touch Application.