Android.Views.Animations.LayoutAnimationController.Delay Property
Returns the delay by which the children's animation are offset.

Syntax

[get: Android.Runtime.Register("getDelay", "()F", "GetGetDelayHandler")]
[set: Android.Runtime.Register("setDelay", "(F)V", "GetSetDelay_FHandler")]
public virtual float Delay { get; set; }

See Also

LayoutAnimationController.Delay
LayoutAnimationController.Delay

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the delay by which the children's animation are offset. The delay is expressed as a fraction of the animation duration.

Set method documentation [Android Documentation]

Sets the delay, as a fraction of the animation duration, by which the children's animations are offset. The general formula is:

java Example

 child animation delay = child index * delay * animation duration
 

Requirements

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