Android.Animation.LayoutTransition.SetDuration Method
Sets the duration on one of the animation objects used by this transition.

Syntax

[Android.Runtime.Register("setDuration", "(IJ)V", "GetSetDuration_IJHandler")]
public virtual void SetDuration ([Android.Runtime.GeneratedEnum] LayoutTransitionType transitionType, long duration)

See Also

Animator.SetDuration(long)

Parameters

transitionType
One of LayoutTransition.ChangeAppearing, LayoutTransition.ChangeDisappearing, LayoutTransition.Changing, LayoutTransition.Appearing, or LayoutTransition.Disappearing, which determines the animation whose duration is being set.
duration
The length of time, in milliseconds, that the specified animation should run.

Remarks

Sets the duration on one of the animation objects used by this transition. The transitionType parameter determines the animation whose duration 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