Android.Views.Animations.RepeatMode Enumeration
Enumerates values returned by the Animation.RepeatMode, RepeatMode.Restart, and RepeatMode.Reverse members.

Syntax

public enum RepeatMode

Remarks

Enumerates value returned by the Animation.RepeatMode, RepeatMode.Restart, and RepeatMode.Reverse members.

Members

Member NameDescription
RestartWhen the animation reaches the end and the repeat count is INFINTE_REPEAT or a positive value, the animation restarts from the beginning.
ReverseWhen the animation reaches the end and the repeat count is INFINTE_REPEAT or a positive value, the animation plays backward (and then forward again).

Requirements

Namespace: Android.Views.Animations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0