The members of Android.Widget.AdapterViewFlipper are listed below.
See Also: Inherited members from Android.Widget.AdapterViewAnimator
A constructor used when creating managed representations of JNI objects; called by the runtime. |
AutoStart | bool. Returns true if this view automatically calls AdapterViewFlipper.StartFlipping when it becomes attached to a window. | |
[read-only] | FlipInterval | int. Returns the flip interval, in milliseconds. |
[read-only] | IsFlipping | bool. Returns true if the child views are flipping. |
[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. |
SetFlipInterval(int)How long to wait before flipping to the next view. | ||
StartFlipping()Start a timer to cycle through child views | ||
StopFlipping()No more flips |