Android.Animation.LayoutTransition.SetDuration Method
Sets the duration to be used by all animations of this transition object.

Syntax

[Android.Runtime.Register("setDuration", "(J)V", "GetSetDuration_JHandler")]
public virtual void SetDuration (long duration)

Parameters

duration
The length of time, in milliseconds, that the transition animations should last.

Remarks

Sets the duration to be used by all animations of this transition object. If you want to set the duration of just one of the animations in particular, use the LayoutTransition.SetDuration(LayoutTransitionType, System.Int64) method.

[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