UIScreen.WantsSoftwareDimming Property

Definition

Whether this UIScreen can be dimmed lower than hardware capacity by software emulation.

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

Property Value

The default value is false.

Attributes

Remarks

Setting this value to true may have a performance impact.

Applies to