UISearchController.DimsBackgroundDuringPresentation Property

Definition

Gets or sets whether to dim contents during a search. The default is true.

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

Property Value

Attributes

Applies to