Sdílet prostřednictvím


LayoutAnimationController.Animation Property

Definition

Returns the animation applied to each child of the view group on which this controller is set. -or- Sets the animation to be run on each child of the view group on which this layout animation controller is .

public virtual Android.Views.Animations.Animation? Animation { [Android.Runtime.Register("getAnimation", "()Landroid/view/animation/Animation;", "GetGetAnimationHandler")] get; [Android.Runtime.Register("setAnimation", "(Landroid/view/animation/Animation;)V", "GetSetAnimation_Landroid_view_animation_Animation_Handler")] set; }
[<get: Android.Runtime.Register("getAnimation", "()Landroid/view/animation/Animation;", "GetGetAnimationHandler")>]
[<set: Android.Runtime.Register("setAnimation", "(Landroid/view/animation/Animation;)V", "GetSetAnimation_Landroid_view_animation_Animation_Handler")>]
member this.Animation : Android.Views.Animations.Animation with get, set

Property Value

an android.view.animation.Animation instance

Attributes

Remarks

Property getter documentation:

Returns the animation applied to each child of the view group on which this controller is set.

Java documentation for android.view.animation.LayoutAnimationController.getAnimation().

Property setter documentation:

Sets the animation to be run on each child of the view group on which this layout animation controller is .

Java documentation for android.view.animation.LayoutAnimationController.setAnimation(android.view.animation.Animation).

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

See also

  • <xref:Android.Views.Animations.LayoutAnimationController.SetAnimation(Android.Content.Context%2c+System.Int32)>
  • Animation