GestureRecognizer.InertiaExpansion Property

Gets or sets a value that indicates the relative change in size of an object from the start of inertia to the end of inertia (when resizing, or scaling, is complete).

Syntax

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

Property value

Type: float32 

  The relative change in size, in device-independent pixels (DIPs).

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