UISearchController.ObscuresBackgroundDuringPresentation 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.
Obtém ou define um valor booliano que controla se o controlador obscurece o conteúdo durante a execução de uma pesquisa.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ObscuresBackgroundDuringPresentation { [Foundation.Export("obscuresBackgroundDuringPresentation")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setObscuresBackgroundDuringPresentation:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.ObscuresBackgroundDuringPresentation : bool with get, set
Valor da propriedade
- Atributos