Android.Animation.AnimatorSet.Duration Property
Gets the length of each of the child animations of this AnimatorSet.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Gets the length of each of the child animations of this AnimatorSet. This value may be less than 0, which indicates that no duration has been set on this AnimatorSet and each of the child animations will use their own 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