ManipulationInertiaStartingEventArgs::InitialVelocities Property

.NET Framework (current version)
 

Gets the rates of changes to the manipulation that occur before inertia starts.

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

public:
property ManipulationVelocities^ InitialVelocities {
	ManipulationVelocities^ get();
	private: void set(ManipulationVelocities^ value);
}

Property Value

Type: System.Windows.Input::ManipulationVelocities^

The rates of changes to the manipulation that occur before inertia starts.

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
Return to top
Show: