Visual Basic (Declaration) | |
---|---|
Public Enum GestureType Inherits System.Enum |
C# | |
---|---|
public enum GestureType : System.Enum |
Member | Description |
---|---|
Completed | A gesture was completed. This signals only completion. No position or delta data is valid for this sample. |
DoubleTap | The user tapped the screen twice in quick succession. This always is preceded by a Tap gesture. If the time between taps is too great to be considered a DoubleTap, two Tap gestures will be generated instead. |
Drag | The user touched the screen, and then performed a free-form drag gesture. |
Flick | The user performed a touch combined with a quick swipe of the screen. |
Hold | The user touched a single point on the screen for approximately one second. This is a single event, and not continuously generated while the user is holding the touchpoint. |
Pinch | The user touched two points on the screen, and then converged or diverged them. Pinch behaves like a two-finger drag. When this gesture is enabled. |
Started | A gesture was started (ie the user started touching the screen). |
Tap | The user briefly touched a single point on the screen. |
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.Client.GestureType
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family