Android.Widget.AdapterViewAnimator.DisplayedChild Property
Returns the index of the currently displayed child view.

Syntax

[get: Android.Runtime.Register("getDisplayedChild", "()I", "GetGetDisplayedChildHandler")]
[set: Android.Runtime.Register("setDisplayedChild", "(I)V", "GetSetDisplayedChild_IHandler")]
public virtual int DisplayedChild { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the index of the currently displayed child view.

Set method documentation [Android Documentation]

Sets which child view will be displayed.

Requirements

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