UIApplication.ApplicationSupportsShakeToEdit Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.