Android.Animation.AnimatorSet.SetDuration Method
Sets the length of each of the current child animations of this AnimatorSet.

Syntax

[Android.Runtime.Register("setDuration", "(J)Landroid/animation/Animator;", "GetSetDuration_JHandler")]
public override Animator SetDuration (long duration)

Parameters

duration
The length of the animation, in milliseconds, of each of the child animations of this AnimatorSet.

Returns

Documentation for this section has not yet been entered.

Remarks

Sets the length of each of the current child animations of this AnimatorSet. By default, each child animation will use its own duration. If the duration is set on the AnimatorSet, then each child animation inherits this duration.

[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