TouchType Enumeration
- Last UpdatedAug 21, 2026
- 1 minute read
This enumeration contains all touch event types
'Declaration
Public Enum TouchType
Inherits System.Enum
public enum TouchType : System.Enum
public enum class TouchType : public System.Enum
| Member | Value | Description |
|---|---|---|
| DoubleTap | 5 | Double tap event occurred |
| ManipulationCompleted | 9 | Manipulation event has completed |
| ManipulationDelta | 8 | Delta manipulation event occurred |
| ManipulationStarted | 7 | Manipulation event has started |
| None | 0 | No Touch event |
| SecondaryTap | 6 | Secondary tap (long hold and release) event occurred |
| Tap | 4 | Tap event occurred |
| TouchDown | 1 | Touch down event occurred |
| TouchDownPreview | 10 | The touch down event sent before gesture catagory has been decided |
| TouchMove | 2 | Touch move event occurred |
| TouchUp | 3 | Touch up event occurred |
System.Object
System.ValueType
System.Enum
ArchestrA.Client.ViewApp.TouchType