Android.Animation.Animator.SetDuration Method
Sets the duration of the animation.

Syntax

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

Parameters

duration
The length of the animation, in milliseconds.

Returns

Documentation for this section has not yet been entered.

Remarks

Sets the duration of the animation.

[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