GestureRecognizer.InertiaExpansionDeceleration Property

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

Syntax

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

Property value

Type: float32 

  The rate of deceleration, in device-independent pixels (DIPs)/ms2.

Remarks

If InertiaExpansion is assigned a value, InertiaExpansionDeceleration 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