LayoutAnimationController.Order 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 order used to compute the delay of each child's animation. -or- Sets the order used to compute the delay of each child's animation.
public virtual Android.Views.Animations.DelayOrder Order { [Android.Runtime.Register("getOrder", "()I", "GetGetOrderHandler")] get; [Android.Runtime.Register("setOrder", "(I)V", "GetSetOrder_IHandler")] set; }
[<get: Android.Runtime.Register("getOrder", "()I", "GetGetOrderHandler")>]
[<set: Android.Runtime.Register("setOrder", "(I)V", "GetSetOrder_IHandler")>]
member this.Order : Android.Views.Animations.DelayOrder with get, set
Property Value
one of #ORDER_NORMAL
, #ORDER_REVERSE
or
#ORDER_RANDOM
- Attributes
Remarks
Property getter documentation:
Returns the order used to compute the delay of each child's animation.
Java documentation for android.view.animation.LayoutAnimationController.getOrder()
.
Property setter documentation:
Sets the order used to compute the delay of each child's animation.
Java documentation for android.view.animation.LayoutAnimationController.setOrder(int)
.
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.