次の方法で共有


LayoutAnimationController.Delay Property

Definition

Returns the delay by which the children's animation are offset. -or- Sets the delay, as a fraction of the animation duration, by which the children's animations are offset.

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

Property Value

a fraction of the animation duration

Attributes

Remarks

Property getter documentation:

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

Java documentation for android.view.animation.LayoutAnimationController.getDelay().

Property setter documentation:

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

child animation delay = child index * delay * animation duration

Java documentation for android.view.animation.LayoutAnimationController.setDelay(float).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also