ViewGroup.LayoutAnimation Eigenschaft

Definition

Gibt den Layoutanimationscontroller zurück, der zum Animieren der untergeordneten Elemente der Gruppe verwendet wird. Legt den Layoutanimationscontroller fest, der zum Animieren der untergeordneten Elemente der Gruppe nach dem ersten Layout verwendet wird.

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

Eigenschaftswert

der aktuelle Animationscontroller

Attribute

Hinweise

Dokumentation zum Property Getter:

Gibt den Layoutanimationscontroller zurück, der zum Animieren der untergeordneten Elemente der Gruppe verwendet wird.

Java Dokumentation für android.view.ViewGroup.getLayoutAnimation().

Dokumentation zum Eigenschaftensatzer:

Legt den Layoutanimationscontroller fest, der zum Animieren der untergeordneten Elemente der Gruppe nach dem ersten Layout verwendet wird.

Java Dokumentation für android.view.ViewGroup.setLayoutAnimation(android.view.animation.LayoutAnimationController).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: