Android.Widget.ViewAnimator Members

The members of Android.Widget.ViewAnimator are listed below.

See Also: Inherited members from Android.Widget.FrameLayout

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
AnimateFirstViewbool. Returns whether the current View should be animated the first time the ViewAnimator is displayed.
[read-only]
CurrentViewAndroid.Views.View. Returns the View corresponding to the currently displayed child.
DisplayedChildint. Returns the index of the currently displayed child view.
InAnimationAndroid.Views.Animations.Animation. Returns the current animation used to animate a View that enters the screen.
OutAnimationAndroid.Views.Animations.Animation. Returns the current animation used to animate a View that exits the screen.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

SetAnimateFirstView(bool)
Indicates whether the current View should be animated the first time the ViewAnimator is displayed.
SetInAnimation(Android.Content.Context, int)
Specifies the animation used to animate a View that enters the screen.
SetOutAnimation(Android.Content.Context, int)
Specifies the animation used to animate a View that exit the screen.
ShowNext()
Manually shows the next child.
ShowPrevious()
Manually shows the previous child.