AccessibilityManager.AccessibilityFocusColor Property

Definition

Gets the color of the focus rectangle.

public int AccessibilityFocusColor { [Android.Runtime.Register("getAccessibilityFocusColor", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getAccessibilityFocusColor", "()I", "", ApiSince=31)>]
member this.AccessibilityFocusColor : int

Property Value

The color of the focus rectangle.

Attributes

Remarks

Gets the color of the focus rectangle. This value can be set by AccessibilityService.

Java documentation for android.view.accessibility.AccessibilityManager.getAccessibilityFocusColor().

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