Compartilhar via


UIApplication.ApplicationSupportsShakeToEdit Propriedade

Definição

Controla se a agitação do dispositivo abrirá os botões desfazer/refazer.

[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 da propriedade

Ele usa como padrão true, portanto, todos os aplicativos, por padrão, dão suporte a desfazer/refazer sacudindo.

Atributos

Comentários

Defina esse valor como false se você quiser desabilitar o comportamento padrão que mostra uma caixa de diálogo desfazer/refazer no shake.

Aplica-se a