UIGestureRecognizer.NumberOfTouches Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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