Share via


UIView.MultipleTouchEnabled Proprietà

Definizione

Controlla se UIView può gestire eventi multitouch.

[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

Valore della proprietà

Stato della recotgnizione a più tocco.

Attributi

Commenti

UIViews per impostazione predefinita gestisce solo un singolo evento touch contemporaneamente. Se si vuole che la visualizzazione gestisca più tocco, è necessario impostare questa proprietà su true.

Si applica a