ManipulationBoundaryFeedbackEventArgs::ManipulationContainer Property

.NET Framework (current version)
 

Gets the container that the BoundaryFeedback property is relative to.

Namespace:   System.Windows.Input
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 BoundaryFeedback property is relative to.

.NET Framework
Available since 4.0
Return to top
Show: