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

Syntax

[get: Android.Runtime.Register("getLabelFor", "()Landroid/view/accessibility/AccessibilityNodeInfo;", "GetGetLabelForHandler")]
public virtual AccessibilityNodeInfo LabelFor { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the node info for which the view represented by this info serves as a label 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