Android.Resource.Attribute.AnimationOrder Field
The order in which the animations will be started.

Value: 16843214

Syntax

[Android.Runtime.Register("animationOrder")]
public const int AnimationOrder

Remarks

The order in which the animations will be started.
ConstantValueDescription
normal0 Animations are started in the natural order.
reverse1 Animations are started in the reverse order.
random2 Animations are started randomly.

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