ArcGIS API for WPF - Library Reference
GestureType Enumeration
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : GestureType Enumeration

Contains values that represent different multitouch gestures.

Syntax

Visual Basic (Declaration) 
Public Enum GestureType 
   Inherits System.Enum
C# 
public enum GestureType : System.Enum 

Members

MemberDescription
Completed A gesture was completed. This signals only completion. No position or delta data is valid for this sample.
DoubleTapThe 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.GestureType

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.