Android.Views.Animations.Animation.RepeatMode Property
Defines what this animation should do when it reaches the end.

Syntax

[get: Android.Runtime.Register("getRepeatMode", "()I", "GetGetRepeatModeHandler")]
[set: Android.Runtime.Register("setRepeatMode", "(I)V", "GetSetRepeatMode_IHandler")]
public virtual RepeatMode RepeatMode { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Defines what this animation should do when it reaches the end.

Set method documentation [Android Documentation]

Defines what this animation should do when it reaches the end. This setting is applied only when the repeat count is either greater than 0 or Animation.Infinite. Defaults to Animation.RESTART.

Requirements

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