AccessibilityWindowInfo.Anchor Property

Definition

Gets the node that anchors this window to another.

public Android.Views.Accessibility.AccessibilityNodeInfo? Anchor { [Android.Runtime.Register("getAnchor", "()Landroid/view/accessibility/AccessibilityNodeInfo;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getAnchor", "()Landroid/view/accessibility/AccessibilityNodeInfo;", "", ApiSince=24)>]
member this.Anchor : Android.Views.Accessibility.AccessibilityNodeInfo

Property Value

The anchor node, or null if none exists.

Attributes

Remarks

Gets the node that anchors this window to another.

Java documentation for android.view.accessibility.AccessibilityWindowInfo.getAnchor().

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