UIGestureRecognizer.NumberOfTouches Property

Definition

The number of touches involved in the gesture.

public virtual nint NumberOfTouches { [Foundation.Export("numberOfTouches")] get; }
member this.NumberOfTouches : nint

Property Value

System.System.IntPtr System.nativeint

The number of touches in a private array that is maintained by the receiver.

Attributes

Applies to