ViewGroup.AttachLayoutAnimationParameters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Subclasses should override this method to set layout animation parameters on the supplied child.
[Android.Runtime.Register("attachLayoutAnimationParameters", "(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;II)V", "GetAttachLayoutAnimationParameters_Landroid_view_View_Landroid_view_ViewGroup_LayoutParams_IIHandler")]
protected virtual void AttachLayoutAnimationParameters (Android.Views.View? child, Android.Views.ViewGroup.LayoutParams? params, int index, int count);
[<Android.Runtime.Register("attachLayoutAnimationParameters", "(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;II)V", "GetAttachLayoutAnimationParameters_Landroid_view_View_Landroid_view_ViewGroup_LayoutParams_IIHandler")>]
abstract member AttachLayoutAnimationParameters : Android.Views.View * Android.Views.ViewGroup.LayoutParams * int * int -> unit
override this.AttachLayoutAnimationParameters : Android.Views.View * Android.Views.ViewGroup.LayoutParams * int * int -> unit
Parameters
- child
- View
the child to associate with animation parameters
- params
- ViewGroup.LayoutParams
the child's layout parameters which hold the animation parameters
- index
- Int32
the index of the child in the view group
- count
- Int32
the number of children in the view group
- Attributes
Remarks
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.