Android.Views.ViewGroup.LayoutAnimation Property
Returns the layout animation controller used to animate the group's children.

Syntax

[get: Android.Runtime.Register("getLayoutAnimation", "()Landroid/view/animation/LayoutAnimationController;", "GetGetLayoutAnimationHandler")]
[set: Android.Runtime.Register("setLayoutAnimation", "(Landroid/view/animation/LayoutAnimationController;)V", "GetSetLayoutAnimation_Landroid_view_animation_LayoutAnimationController_Handler")]
public virtual Android.Views.Animations.LayoutAnimationController LayoutAnimation { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the layout animation controller used to animate the group's children.

Set method documentation [Android Documentation]

Sets the layout animation controller used to animate the group's children after the first layout.

Requirements

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