Android.Views.Accessibility.AccessibilityNodeInfo.LabeledBy Property
Gets the node info which serves as the label of the view represented by this info for accessibility purposes.

Syntax

[get: Android.Runtime.Register("getLabeledBy", "()Landroid/view/accessibility/AccessibilityNodeInfo;", "GetGetLabeledByHandler")]
public virtual AccessibilityNodeInfo LabeledBy { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Note: It is a client responsibility to recycle the received info by calling AccessibilityNodeInfo.Recycle to avoid creating of multiple instances.

[Android Documentation]

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17