TouchType Enumeration
This enumeration contains all touch event types.
Syntax
'Declaration Public Enum TouchType Inherits System.Enum
'Usage Dim instance As TouchType
public enum TouchType : System.Enum
public enum class TouchType : public System.Enum
Members
Member | Description |
---|---|
DoubleTap | Double tap event occurred. |
ManipulationCompleted | Manipulation event has completed. |
ManipulationDelta | Delta manipulation event occurred. |
ManipulationStarted | Manipulation event has started. |
None | No Touch event. |
SecondaryTap | Secondary tap (long hold and release) event occurred. |
Tap | Tap event occurred. |
TouchDown | Touch down event occurred. |
TouchDownPreview | The touch down event sent before gesture catagory has been decided. |
TouchMove | Touch move event occurred. |
TouchUp | Touch up event occurred. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArchestrA.Client.ViewApp.TouchType
Requirements
Target Platforms: 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