Freigeben über


SystemBackdropConfiguration.IsHighContrast Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das System- oder Anwendungsdesign mit hohem Kontrast angewendet werden soll, oder legt diesen fest.

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

Eigenschaftswert

Boolean

bool

true , wenn das Design mit hohem Kontrast des Systems oder der Anwendung angewendet werden soll; falseandernfalls .

Gilt für: