ViewGroup.LayoutAnimationListener Property

Definition

Returns the animation listener to which layout animation events are sent. -or- Specifies the animation listener to which layout animation events must be sent.

public virtual Android.Views.Animations.Animation.IAnimationListener? LayoutAnimationListener { [Android.Runtime.Register("getLayoutAnimationListener", "()Landroid/view/animation/Animation$AnimationListener;", "GetGetLayoutAnimationListenerHandler")] get; [Android.Runtime.Register("setLayoutAnimationListener", "(Landroid/view/animation/Animation$AnimationListener;)V", "GetSetLayoutAnimationListener_Landroid_view_animation_Animation_AnimationListener_Handler")] set; }
[<get: Android.Runtime.Register("getLayoutAnimationListener", "()Landroid/view/animation/Animation$AnimationListener;", "GetGetLayoutAnimationListenerHandler")>]
[<set: Android.Runtime.Register("setLayoutAnimationListener", "(Landroid/view/animation/Animation$AnimationListener;)V", "GetSetLayoutAnimationListener_Landroid_view_animation_Animation_AnimationListener_Handler")>]
member this.LayoutAnimationListener : Android.Views.Animations.Animation.IAnimationListener with get, set

Property Value

an android.view.animation.Animation.AnimationListener

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

Java documentation for android.view.ViewGroup.setLayoutAnimationListener(android.view.animation.AnimationListener).

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