GestureRecognizer.InertiaTranslationDisplacement Property

Gets or sets a value that indicates the relative change in the screen location of an object from the start of inertia to the end of inertia (when the translation manipulation is complete).

Syntax

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

Property value

Type: float32 

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

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

GestureRecognizer Class

GestureRecognizer Members

Windows.UI.Input Namespace