Android.Views.ViewPropertyAnimator.Duration Property
Returns the current duration of property animations.

Syntax

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

See Also

ViewPropertyAnimator.SetDuration(long)

Value

Documentation for this section has not yet been entered.

Remarks

Returns the current duration of property animations. If the duration was set on this object, that value is returned. Otherwise, the default value of the underlying Animator is returned.

[Android Documentation]

Requirements

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