Android.Views.Animations.Animation.RepeatCount Property
Defines how many times the animation should repeat.

Syntax

[get: Android.Runtime.Register("getRepeatCount", "()I", "GetGetRepeatCountHandler")]
[set: Android.Runtime.Register("setRepeatCount", "(I)V", "GetSetRepeatCount_IHandler")]
public virtual int RepeatCount { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Defines how many times the animation should repeat. The default value is 0.

Set method documentation [Android Documentation]

Sets how many times the animation should be repeated. If the repeat count is 0, the animation is never repeated. If the repeat count is greater than 0 or Animation.Infinite, the repeat mode will be taken into account. The repeat count is 0 by default.

Requirements

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