Android.Resource.Attribute.RepeatMode Field
Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite.

Value: 16843200

Syntax

[Android.Runtime.Register("repeatMode")]
public const int RepeatMode

Remarks

Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. The default value is restart.
ConstantValueDescription
restart1 The animation starts again from the beginning.
reverse2 The animation plays backward.

Must be one of the following constant values.

[Android Documentation]

Requirements

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