次の方法で共有


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 に設定すると、パフォーマンスに影響する場合があります。

適用対象