Android.Animation.LayoutTransition.SetStagger Method
Sets the length of time to delay between starting each animation during one of the change animations.

Syntax

[Android.Runtime.Register("setStagger", "(IJ)V", "GetSetStagger_IJHandler")]
public virtual void SetStagger ([Android.Runtime.GeneratedEnum] LayoutTransitionType transitionType, long duration)

Parameters

transitionType
A value of LayoutTransition.ChangeAppearing, LayoutTransition.ChangeDisappearing, or LayoutTransition.Changing.
duration
The length of time, in milliseconds, to delay before launching the next animation in the sequence.

Remarks

Sets the length of time to delay between starting each animation during one of the change animations.

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11