Android.Resource.Attribute.LayoutAnimation Field
Defines the layout animation to use the first time the ViewGroup is laid out.

Value: 16842988

Syntax

[Android.Runtime.Register("layoutAnimation")]
public const int LayoutAnimation

Remarks

Defines the layout animation to use the first time the ViewGroup is laid out. Layout animations can also be started manually after the first layout.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

[Android Documentation]

Requirements

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