Android.Animation.LayoutTransition.SetStartDelay Method
Sets the start delay on one of the animation objects used by this transition.

Syntax

[Android.Runtime.Register("setStartDelay", "(IJ)V", "GetSetStartDelay_IJHandler")]
public virtual void SetStartDelay ([Android.Runtime.GeneratedEnum] LayoutTransitionType transitionType, long delay)

See Also

Animator.StartDelay

Parameters

transitionType
One of LayoutTransition.ChangeAppearing, LayoutTransition.ChangeDisappearing, LayoutTransition.Changing, LayoutTransition.Appearing, or LayoutTransition.Disappearing, which determines the animation whose start delay is being set.
delay
The length of time, in milliseconds, to delay before starting the animation.

Remarks

Sets the start delay on one of the animation objects used by this transition. The transitionType parameter determines the animation whose start delay is being set.

[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