共用方式為


UIPanGestureRecognizer.MaximumNumberOfTouches 屬性

定義

允許的觸控手指數目上限。 預設值為 INT_MAX。 這十分擔心。

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

屬性值

System.System.UIntPtr System.unativeint
屬性

適用於