다음을 통해 공유


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

속성 값

Boolean

AmbientTheme가 운영 체제의 테마 설정을 사용하는 경우에는 true이고, 그렇지 않을 경우에는 false입니다. 기본값은 false입니다.

특성

적용 대상