GestureRecognizer.InertiaRotationDeceleration Property

Gets or sets a value that indicates the rate of deceleration from the start of inertia to the end of inertia (when the rotation manipulation is complete).

Syntax

public:
property float32 InertiaRotationDeceleration {
         float32 get ();
         void set (float32 value);
}  

Property value

Type: float32 

  The rate of deceleration, in degrees/ms2.

Remarks

If InertiaRotationAngle is assigned a value, InertiaRotationDeceleration is ignored.

This API is not implemented and will throw an exception if called.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

GestureRecognizer Class

GestureRecognizer Members

Windows.UI.Input Namespace