TapGestureRecognizer.NumberOfTapsRequired Property

Definition

The number of taps required to trigger the callback. This is a bindable property.

public int NumberOfTapsRequired { get; set; }
member this.NumberOfTapsRequired : int with get, set

Property Value

The number of taps to recognize. The default value is 1.

Applies to