Android.Resource.Attribute.AnimationDuration Field
Sets how long a transition animation should run (in milliseconds) when layout has changed.

Value: 16843026

Syntax

[Android.Runtime.Register("animationDuration")]
public const int AnimationDuration

Remarks

Sets how long a transition animation should run (in milliseconds) when layout has changed. Only relevant if animation is turned on.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

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