The fields of Android.Animation.ValueAnimator are listed below. For a list of all members, see the ValueAnimator Members list.
See Also: Inherited members from Android.Animation.Animator
const | Infinite | int (-1). This value used used with the ValueAnimator.RepeatCount property to repeat the animation indefinitely. |
const | Restart | ValueAnimatorRepeatMode (1). When the animation reaches the end and repeatCount is INFINITE or a positive value, the animation restarts from the beginning. |