AccessibilityNodeInfo.Heading Property

Definition

Returns whether node represents a heading. -or- Sets whether the node represents a heading.

public virtual bool Heading { [Android.Runtime.Register("isHeading", "()Z", "GetIsHeadingHandler", ApiSince=28)] get; [Android.Runtime.Register("setHeading", "(Z)V", "GetSetHeading_ZHandler", ApiSince=28)] set; }
[<get: Android.Runtime.Register("isHeading", "()Z", "GetIsHeadingHandler", ApiSince=28)>]
[<set: Android.Runtime.Register("setHeading", "(Z)V", "GetSetHeading_ZHandler", ApiSince=28)>]
member this.Heading : bool with get, set

Property Value

Boolean

true if the node is a heading, false otherwise.

Attributes

Remarks

Property getter documentation:

Java documentation for android.view.accessibility.AccessibilityNodeInfo.isHeading().

Property setter documentation:

Java documentation for android.view.accessibility.AccessibilityNodeInfo.setHeading(boolean).

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