LayoutAnimationController.IsDone 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.
Indicates whether the layout animation is over or not.
public virtual bool IsDone { [Android.Runtime.Register("isDone", "()Z", "GetIsDoneHandler")] get; }
[<get: Android.Runtime.Register("isDone", "()Z", "GetIsDoneHandler")>]
member this.IsDone : bool
Property Value
true if all of the children's animations are over, false otherwise
- Attributes
Remarks
Indicates whether the layout animation is over or not. A layout animation is considered done when the animation with the longest delay is done.
Java documentation for android.view.animation.LayoutAnimationController.isDone()
.
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.