Enum GestureLayer.GestureState

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Enumeration for the gesture states.

C#
Copy
public enum GestureState
Name Description
Abort

Ongoing gesture is aborted.

End

Gesture completed.

Move

Gesture is ongoing.

Start

Gesture started.

Undefined

Gesture not started.