ManipulationInertiaStartingEventArgs::ManipulationContainer Property
.NET Framework (current version)
Gets the container that the ManipulationOrigin property is relative to.
Assembly: PresentationCore (in PresentationCore.dll)
public: property IInputElement^ ManipulationContainer { IInputElement^ get(); private: void set(IInputElement^ value); }
Property Value
Type: System.Windows::IInputElement^The container that the ManipulationOrigin property is relative to.
For more information about manipulations, see the Input Overview. For an example of an application that responds to manipulations, see Walkthrough: Creating Your First Touch Application.
.NET Framework
Available since 4.0
Available since 4.0
Show: