GestureRatchetSettings Element

Defines the ratcheting settings for gestures for touch input.

Syntax

  <GestureRatchetSettings
    AutoRatchetEnabled="{true | false}"
    AutoRatchetSize="Size"
    Name="string"
    RatchetEnabled="{true | false}"
    RatchetSize="Size"
/>

Attributes

AutoRatchetEnabled

Indicates whether there is a valid AutoRatchetSize and that ratcheting is enabled.

AutoRatchetSize

Specifies the absolute Size (width and height) between ratchet points that will cause an automatic ratchet to the next ratchet point.

Name

Identifies this element.

RatchetEnabled

Indicates whether ratcheting is enabled.

RatchetSize

The Size (width and height) between the ratchet points. The default is (0,0).

Requirements

Platform: Windows 7

See Also