GestureElement.GestureRecognizers Property

Definition

Gets the list of recognizers that belong to the element.

public System.Collections.Generic.IList<Xamarin.Forms.IGestureRecognizer> GestureRecognizers { get; }
member this.GestureRecognizers : System.Collections.Generic.IList<Xamarin.Forms.IGestureRecognizer>

Property Value

The list of recognizers that belong to the element.

Implements

Applies to