次の方法で共有


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
属性

適用対象