Version

Gesture Enumeration

Constants which identify the touch gestures supported by UltraControlBase derived controls.
Syntax
'Declaration
 
Public Enum Gesture 
   Inherits System.Enum
public enum Gesture : System.Enum 
Members
MemberDescription
NoneNo gesture.
PanThe 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.
PressAndHoldThe 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.
PressAndTapThe 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.
RotateThe 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.
TwoFingerTapThe 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.
ZoomThe 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).
Requirements

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

See Also