Compartir a través de


UIApplication.ApplicationSupportsShakeToEdit Propiedad

Definición

Controla si agitar el dispositivo abrirá los botones de deshacer o rehacer.

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

Valor de propiedad

El valor predeterminado es true, por lo que todas las aplicaciones admiten de forma predeterminada deshacer o rehacer agitando.

Atributos

Comentarios

Establezca este valor en false si desea deshabilitar el comportamiento predeterminado que muestra un cuadro de diálogo deshacer o rehacer en agitado.

Se aplica a