'Declaration Public Enum Gesture Inherits System.Enum
public enum Gesture : System.Enum
Member | Description |
---|---|
None | No gesture. |
Pan | The pan gesture. This gesture occurs when the user makes contact with the touch surface and drags a finger up/down or left/right. When the user loses contact with the touch surface, the scrolling continues, gradually decelerating. This is typically referred to as inertial panning. |
PressAndHold | The press and hold gesture. This gesture occurs when the user makes contact with the touch surface and does not move or release the finger until a specified period of time has elapsed. |
PressAndTap | The press and tap gesture. This gesture occurs when the user makes contact with the touch surface with one finger, and then taps with a second finger, while maintaining contact with the first finger. |
Rotate | The rotate gesture. This gesture occurs when the user holds one finger stationary on the touch surface while moving around that pivot point with a second finger. |
TwoFingerTap | The two-finger tap gesture. This gesture occurs when the user taps the touch surface with two fingers simultaneously, with the target defined as the midpoint between the two fingers. |
Zoom | The zoom/pinch gesture. This gesture occurs when the user makes contact with the touch surface with two fingers, and moves them toward each other (pinch) or farther apart (zoom). |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2