Android.Views.Animations.LayoutAnimationController.GetAnimationForView Method
Returns the animation to be applied to the specified view.

Syntax

[Android.Runtime.Register("getAnimationForView", "(Landroid/view/View;)Landroid/view/animation/Animation;", "")]
public Animation GetAnimationForView (Android.Views.View view)

See Also

LayoutAnimationController.Delay
LayoutAnimationController.Delay
LayoutAnimationController.GetDelayForView(Android.Views.View)

Parameters

view
the view to animate

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the animation to be applied to the specified view. The returned animation is delayed by an offset computed according to the information provided by NoType:android/view/animation/LayoutAnimationController$AnimationParameters;Href=../../../../reference/android/view/animation/LayoutAnimationController.AnimationParameters.html. This method is called by view groups to obtain the animation to set on a specific child.

[Android Documentation]

Requirements

Namespace: Android.Views.Animations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1