Partager via


UIView.MultipleTouchEnabled Propriété

Définition

Contrôle si l’UIView peut gérer les événements 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

Valeur de propriété

État de la reconnaissance tactile multiple.

Attributs

Remarques

Par défaut, les UIViews ne gèrent qu’un seul événement tactile à la fois. Si vous souhaitez que votre affichage gère plusieurs touches, vous devez définir cette propriété sur true.

S’applique à