LayoutAnimationController.Animation Eigenschaft

Definition

Gibt die Animation zurück, die auf jedes untergeordnete Element der Ansichtsgruppe angewendet wird, auf dem dieser Controller festgelegt ist. - oder- Legt die Animation fest, die auf jedem untergeordneten Element der Ansichtsgruppe ausgeführt werden soll, auf dem dieser Layoutanimationscontroller ist.

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

Eigenschaftswert

eine android.view.animation.Animation Instanz

Attribute

Hinweise

Dokumentation zum Property Getter:

Gibt die Animation zurück, die auf jedes untergeordnete Element der Ansichtsgruppe angewendet wird, auf dem dieser Controller festgelegt ist.

Java-Dokumentation für android.view.animation.LayoutAnimationController.getAnimation().

Dokumentation zum Eigenschaftensatzer:

Legt die Animation fest, die für jedes untergeordnete Element der Ansichtsgruppe ausgeführt werden soll, auf dem sich dieser Layoutanimationscontroller befindet.

Java-Dokumentation für android.view.animation.LayoutAnimationController.setAnimation(android.view.animation.Animation).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

Weitere Informationen

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