ViewGroup.LayoutAnimation プロパティ

定義

グループの子をアニメーション化するために使用するレイアウト アニメーション コントローラーを返します。グループの子を最初のレイアウトの後にアニメーション化するために使用するレイアウト アニメーション コントローラーを設定します。

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

プロパティ値

現在のアニメーション コントローラー

属性

注釈

プロパティ getter のドキュメント:

グループの子をアニメーション化するために使用するレイアウト アニメーション コントローラーを返します。

Javaドキュメント。

プロパティ セッターのドキュメント:

グループの子を最初のレイアウトの後にアニメーション化するために使用するレイアウト アニメーション コントローラーを設定します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象