ManipulationInertiaStartingEventArgs::RotationBehavior Property
Gets or sets the rate of slowdown of rotational inertial movement.
Assembly: PresentationCore (in PresentationCore.dll)
public: property InertiaRotationBehavior^ RotationBehavior { InertiaRotationBehavior^ get(); void set(InertiaRotationBehavior^ value); }
Property Value
Type: System.Windows.Input::InertiaRotationBehavior^The rate of slowdown of rotational inertial movement.
Use the RotationBehavior property to do the following:
Specify the initial velocity of the inertia when it begins by setting the InitialVelocity property.
Specify the desired rotation of the manipulation when inertia ends by setting the DesiredRotation property.
Specify the desired deceleration of the inertia by setting the DesiredDeceleration property.
You typically set either the DesiredRotation or the DesiredDeceleration, but not both.
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.
Available since 4.0