Xamarin.Forms.TapGestureRecognizer: Property Members

The properties of Xamarin.Forms.TapGestureRecognizer are listed below. For a list of all members, see the TapGestureRecognizer Members list.

See Also: Inherited members from Xamarin.Forms.GestureRecognizer

Public Properties

CommandSystem.Windows.Input.ICommand. The Command to invoke when the gesture has been triggered by the user. This is a bindable property.
CommandParameterobject. An object to be passed to the TappedCallback. This is a bindable property.
NumberOfTapsRequiredint. The number of taps required to trigger the callback. This is a bindable property.
TappedCallbackAction<View, object>. The action to invoke when the gesture has been triggered by the user. This is a bindable property.
TappedCallbackParameterobject. An object to be passed to the TappedCallback. This is a bindable property.