UIView.MultipleTouchEnabled Propiedad

Definición

Controla si uiView puede controlar eventos multitáctil.

[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

Valor de propiedad

Estado de la recotgnición táctil múltiple.

Atributos

Comentarios

UIViews solo controla de forma predeterminada un solo evento táctil a la vez. Si desea que la vista controle varios toques, debe establecer esta propiedad en true.

Se aplica a