ViewGroup.LayoutAnimation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
グループの子をアニメーション化するために使用するレイアウト アニメーション コントローラーを返します。グループの子を最初のレイアウトの後にアニメーション化するために使用するレイアウト アニメーション コントローラーを設定します。
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 のドキュメント:
グループの子をアニメーション化するために使用するレイアウト アニメーション コントローラーを返します。
プロパティ セッターのドキュメント:
グループの子を最初のレイアウトの後にアニメーション化するために使用するレイアウト アニメーション コントローラーを設定します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。