AccessibilityNodeInfo.TraversalAfter Property

Definition

Gets the node after which this one is visited in accessibility traversal.

public virtual Android.Views.Accessibility.AccessibilityNodeInfo? TraversalAfter { [Android.Runtime.Register("getTraversalAfter", "()Landroid/view/accessibility/AccessibilityNodeInfo;", "GetGetTraversalAfterHandler", ApiSince=22)] get; }
[<get: Android.Runtime.Register("getTraversalAfter", "()Landroid/view/accessibility/AccessibilityNodeInfo;", "GetGetTraversalAfterHandler", ApiSince=22)>]
member this.TraversalAfter : Android.Views.Accessibility.AccessibilityNodeInfo

Property Value

AccessibilityNodeInfo

The succeeding node if such or <code>null</code>.

Attributes

Remarks

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

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