AdapterViewAnimator.DisplayedChild Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the index of the currently displayed child view. -or- Sets which child view will be displayed.
public virtual int DisplayedChild { [Android.Runtime.Register("getDisplayedChild", "()I", "GetGetDisplayedChildHandler")] get; [Android.Runtime.Register("setDisplayedChild", "(I)V", "GetSetDisplayedChild_IHandler")] set; }
[<get: Android.Runtime.Register("getDisplayedChild", "()I", "GetGetDisplayedChildHandler")>]
[<set: Android.Runtime.Register("setDisplayedChild", "(I)V", "GetSetDisplayedChild_IHandler")>]
member this.DisplayedChild : int with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns the index of the currently displayed child view.
Java documentation for android.widget.AdapterViewAnimator.getDisplayedChild()
.
Property setter documentation:
Sets which child view will be displayed.
Java documentation for android.widget.AdapterViewAnimator.setDisplayedChild(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.