AccessibilityManager.IsHighContrastTextEnabled Eigenschaft

Definition

Gibt zurück, wenn Text mit hohem Kontrast im System aktiviert ist.

public bool IsHighContrastTextEnabled { [Android.Runtime.Register("isHighContrastTextEnabled", "()Z", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("isHighContrastTextEnabled", "()Z", "", ApiSince=36)>]
member this.IsHighContrastTextEnabled : bool

Eigenschaftswert

True, wenn Text mit hohem Kontrast aktiviert ist, andernfalls "false".

Attribute

Hinweise

Gibt zurück, wenn Text mit hohem Kontrast im System aktiviert ist.

<strong>Note:</strong> You need to query this only if you application is doing its own rendering and does not rely on the platform rendering pipeline.

Java Dokumentation für android.view.accessibility.AccessibilityManager.isHighContrastTextEnabled().

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: