Share via


AccessibilityManager.IsHighContrastTextEnabled Property

Definition

Returns if high contrast text in the system is enabled.

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

Property Value

True if high contrast text is enabled, false otherwise.

Attributes

Remarks

Returns if high contrast text in the system is enabled.

<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 documentation for android.view.accessibility.AccessibilityManager.isHighContrastTextEnabled().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to