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
| Command | System.Windows.Input.ICommand. The Command to invoke when the gesture has been triggered by the user. This is a bindable property. | |
| CommandParameter | object. An object to be passed to the TappedCallback. This is a bindable property. | |
| NumberOfTapsRequired | int. The number of taps required to trigger the callback. This is a bindable property. | |
| TappedCallback | Action<View, object>. The action to invoke when the gesture has been triggered by the user. This is a bindable property. | |
| TappedCallbackParameter | object. An object to be passed to the TappedCallback. This is a bindable property. |