ViewGroup.LayoutAnimation Property

Definition

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

public virtual Android.Views.Animations.LayoutAnimationController? LayoutAnimation { [Android.Runtime.Register("getLayoutAnimation", "()Landroid/view/animation/LayoutAnimationController;", "GetGetLayoutAnimationHandler")] get; [Android.Runtime.Register("setLayoutAnimation", "(Landroid/view/animation/LayoutAnimationController;)V", "GetSetLayoutAnimation_Landroid_view_animation_LayoutAnimationController_Handler")] set; }
[<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")>]
member this.LayoutAnimation : Android.Views.Animations.LayoutAnimationController with get, set

Property Value

the current animation controller

Attributes

Remarks

Property getter documentation:

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

Java documentation for android.view.ViewGroup.getLayoutAnimation().

Property setter documentation:

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

Java documentation for android.view.ViewGroup.setLayoutAnimation(android.view.animation.LayoutAnimationController).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to