UIView.MultipleTouchEnabled プロパティ

定義

UIView でマルチタッチ イベントを処理できるかどうかを制御します。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool MultipleTouchEnabled { [Foundation.Export("isMultipleTouchEnabled")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setMultipleTouchEnabled:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.MultipleTouchEnabled : bool with get, set

プロパティ値

マルチタッチ再認識の状態。

属性

注釈

UIViews では、既定では、一度に 1 回のタッチ イベントのみが処理されます。 ビューで複数のタッチを処理する場合は、このプロパティを true に設定する必要があります。

適用対象