다음을 통해 공유


SystemBackdropConfiguration.IsHighContrast 속성

정의

시스템 또는 애플리케이션 고대비 테마를 적용해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsHighContrast { bool get(); void set(bool value); };
bool IsHighContrast();

void IsHighContrast(bool value);
public bool IsHighContrast { get; set; }
var boolean = systemBackdropConfiguration.isHighContrast;
systemBackdropConfiguration.isHighContrast = boolean;
Public Property IsHighContrast As Boolean

속성 값

Boolean

bool

true 시스템 또는 애플리케이션 고대비 테마를 적용해야 하면 이고, 그렇지 않으면 입니다 false.

적용 대상