AccessibilityNodeInfo.TraversalAfter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The succeeding node if such or null
.
- Attributes
Remarks
Gets the node after which this one is visited in accessibility traversal. A screen-reader must visit the content of the other node before the content of this one.
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.