The members of Android.Widget.ViewAnimator are listed below.
See Also: Inherited members from Android.Widget.FrameLayout
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | AnimateFirstView | bool. Returns whether the current View should be animated the first time the ViewAnimator is displayed. |
[read-only] | CurrentView | Android.Views.View. Returns the View corresponding to the currently displayed child. |
DisplayedChild | int. Returns the index of the currently displayed child view. | |
InAnimation | Android.Views.Animations.Animation. Returns the current animation used to animate a View that enters the screen. | |
OutAnimation | Android.Views.Animations.Animation. Returns the current animation used to animate a View that exits the screen. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |