UIPanGestureRecognizer.MinimumNumberOfTouches Property

Definition

The minimum number of fingers that can be touching the view for this gesture to be recognized. Default is 1.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nuint MinimumNumberOfTouches { [Foundation.Export("minimumNumberOfTouches")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setMinimumNumberOfTouches:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.MinimumNumberOfTouches : nuint with get, set

Property Value

System.System.UIntPtr System.unativeint
Attributes

Applies to