Xamarin.Forms.GestureState Enumeration
Enumeration specifying the various states of a gesture.

Syntax

public enum GestureState

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
BeganThe gesture has begun and has not ended, failed, or been cancelled.
CancelledThe gesture was cancelled.
EndedThe gesture has ended.
FailedThe gesture was not recognized.
PossibleThe gesture is in progress and may still become recognizable..
UpdateThe gesture state is being updated.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0