ManipulationBoundaryFeedbackEventArgs::BoundaryFeedback Property

.NET Framework (current version)
 

Gets the unused portion of the direct manipulation.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property ManipulationDelta^ BoundaryFeedback {
	ManipulationDelta^ get();
	private: void set(ManipulationDelta^ value);
}

Property Value

Type: System.Windows.Input::ManipulationDelta^

The unused portion of the direct manipulation.

.NET Framework
Available since 4.0
Return to top
Show: