共用方式為


UIPanGestureRecognizer.MinimumNumberOfTouches 屬性

定義

可以觸碰此筆勢的檢視的最小手指數目,以便辨識此手勢。 預設值為 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

屬性值

System.System.UIntPtr System.unativeint
屬性

適用於