GridLayoutAnimationController.ColumnDelay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the delay by which the children's animation are offset from one column to the other. -or- Sets the delay, as a fraction of the animation duration, by which the children's animations are offset from one column to the other.
public virtual float ColumnDelay { [Android.Runtime.Register("getColumnDelay", "()F", "GetGetColumnDelayHandler")] get; [Android.Runtime.Register("setColumnDelay", "(F)V", "GetSetColumnDelay_FHandler")] set; }
[<get: Android.Runtime.Register("getColumnDelay", "()F", "GetGetColumnDelayHandler")>]
[<set: Android.Runtime.Register("setColumnDelay", "(F)V", "GetSetColumnDelay_FHandler")>]
member this.ColumnDelay : 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 column to the other. The delay is expressed as a fraction of the animation duration.
Java documentation for android.view.animation.GridLayoutAnimationController.getColumnDelay()
.
Property setter documentation:
Sets the delay, as a fraction of the animation duration, by which the children's animations are offset from one column to the other.
Java documentation for android.view.animation.GridLayoutAnimationController.setColumnDelay(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.