AccessibilityNodeInfo.LabeledBy Property

Definition

Gets the node info which serves as the label of the view represented by this info for accessibility purposes.

public virtual Android.Views.Accessibility.AccessibilityNodeInfo? LabeledBy { [Android.Runtime.Register("getLabeledBy", "()Landroid/view/accessibility/AccessibilityNodeInfo;", "GetGetLabeledByHandler")] get; }
[<get: Android.Runtime.Register("getLabeledBy", "()Landroid/view/accessibility/AccessibilityNodeInfo;", "GetGetLabeledByHandler")>]
member this.LabeledBy : Android.Views.Accessibility.AccessibilityNodeInfo

Property Value

The label.

Attributes

Remarks

Gets the node info which serves as the label of the view represented by this info for accessibility purposes.

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

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