Android.Views.View.LabelFor Property
Gets the id of a view for which this view serves as a label for accessibility purposes.

Syntax

[get: Android.Runtime.Register("getLabelFor", "()I", "GetGetLabelForHandler")]
[set: Android.Runtime.Register("setLabelFor", "(I)V", "GetSetLabelFor_IHandler")]
public virtual int LabelFor { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the id of a view for which this view serves as a label for accessibility purposes.

Set method documentation [Android Documentation]

Sets the id of a view for which this view serves as a label for accessibility purposes.

Requirements

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