Android.Views.Animations.Animation.Duration Property
How long this animation should last

Syntax

[get: Android.Runtime.Register("getDuration", "()J", "GetGetDurationHandler")]
[set: Android.Runtime.Register("setDuration", "(J)V", "GetSetDuration_JHandler")]
public virtual long Duration { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the duration is
Java.Lang.IllegalArgumentExceptionif the duration is
Java.Lang.IllegalArgumentExceptionif the duration is
Java.Lang.IllegalArgumentExceptionif the duration is
Java.Lang.IllegalArgumentExceptionif the duration is

Remarks

Get method documentation [Android Documentation]

How long this animation should last

Set method documentation [Android Documentation]

How long this animation should last. The duration cannot be negative.

Requirements

Namespace: Android.Views.Animations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1