GestureInertiaSettings Element

Defines how a gesture handler should react to inertia for touch input.

Syntax

  <GestureInertiaSettings
    Friction="float"
    MaximumSpeed="int"
    Name="string"
/>

Attributes

Friction

The amount of friction applied to the velocity during inertia. This value is used to determine the distance of object movement and how it eases to a rest.

MaximumSpeed

The maximum speed of movments.

Name

Identifies this element.

Requirements

Platform: Windows 7

See Also