AmbientTheme.UseOperatingSystemSettings プロパティ

定義

AmbientThemeがオペレーティング システムのテーマ設定を使用するかどうかを示す値を取得または設定します。

public:
 virtual property bool UseOperatingSystemSettings { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool UseOperatingSystemSettings { get; }
[<System.ComponentModel.Browsable(false)>]
member this.UseOperatingSystemSettings : bool
Public Overridable ReadOnly Property UseOperatingSystemSettings As Boolean

プロパティ値

true AmbientThemeがオペレーティング システムのテーマ設定を使用する場合は 。それ以外の場合はfalse。 既定値は false です。

属性

適用対象