Freigeben über


ElementGesturesExtensions.BindTapGesture<TGestureElement> Method

Definition

public static TGestureElement BindTapGesture<TGestureElement> (this TGestureElement gestureElement, string commandPath = ".", object commandSource = default, string parameterPath = default, object parameterSource = default) where TGestureElement : Xamarin.Forms.Element, Xamarin.Forms.IGestureRecognizers;
static member BindTapGesture : 'GestureElement * string * obj * string * obj -> 'GestureElement (requires 'GestureElement :> Xamarin.Forms.Element and 'GestureElement :> Xamarin.Forms.IGestureRecognizers)

Type Parameters

TGestureElement

Parameters

gestureElement
TGestureElement
commandPath
System.String
commandSource
System.Object
parameterPath
System.String
parameterSource
System.Object

Returns

TGestureElement

Applies to