Android.Animation.ValueAnimator: Field Members

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

Public Fields

const
Infiniteint (-1). This value used used with the ValueAnimator.RepeatCount property to repeat the animation indefinitely.
const
RestartValueAnimatorRepeatMode (1). When the animation reaches the end and repeatCount is INFINITE or a positive value, the animation restarts from the beginning.