共用方式為


UIScreen.WantsSoftwareDimming 屬性

定義

此 UIScreen 是否可透過軟體模擬降低硬體容量的暗灰色。

[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

屬性值

預設值是 false

屬性

備註

將此值設為 true ,可能會對效能產生影響。

適用於