次の方法で共有


GridLayoutAnimationController.RowDelay Property

Definition

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

public virtual float RowDelay { [Android.Runtime.Register("getRowDelay", "()F", "GetGetRowDelayHandler")] get; [Android.Runtime.Register("setRowDelay", "(F)V", "GetSetRowDelay_FHandler")] set; }
[<get: Android.Runtime.Register("getRowDelay", "()F", "GetGetRowDelayHandler")>]
[<set: Android.Runtime.Register("setRowDelay", "(F)V", "GetSetRowDelay_FHandler")>]
member this.RowDelay : 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 from one row to the other. The delay is expressed as a fraction of the animation duration.

Java documentation for android.view.animation.GridLayoutAnimationController.getRowDelay().

Property setter documentation:

Sets the delay, as a fraction of the animation duration, by which the children's animations are offset from one row to the other.

Java documentation for android.view.animation.GridLayoutAnimationController.setRowDelay(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