Android.Views.View.NextFocusLeftId Property
Gets the id of the view to use when the next focus is View.FOCUS_LEFT.

Syntax

[get: Android.Runtime.Register("getNextFocusLeftId", "()I", "GetGetNextFocusLeftIdHandler")]
[set: Android.Runtime.Register("setNextFocusLeftId", "(I)V", "GetSetNextFocusLeftId_IHandler")]
public virtual int NextFocusLeftId { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the id of the view to use when the next focus is View.FOCUS_LEFT.

Set method documentation [Android Documentation]

Sets the id of the view to use when the next focus is View.FOCUS_LEFT.

Requirements

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