Android.Animation.ValueAnimator.Restart Field
When the animation reaches the end and repeatCount is INFINITE or a positive value, the animation restarts from the beginning.

Value: 1

Syntax

[Android.Runtime.Register("RESTART")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Animation.ValueAnimatorRepeatMode enum directly instead of this field.")]
public const ValueAnimatorRepeatMode Restart

Remarks

When the animation reaches the end and repeatCount is INFINITE or a positive value, the animation restarts from the beginning.

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11