TransitionSet.Ordering Property

Definition

Returns the ordering of this TransitionSet.

public virtual Android.Transitions.TransitionOrdering Ordering { [Android.Runtime.Register("getOrdering", "()I", "GetGetOrderingHandler")] get; }
[<get: Android.Runtime.Register("getOrdering", "()I", "GetGetOrderingHandler")>]
member this.Ordering : Android.Transitions.TransitionOrdering

Property Value

#ORDERING_TOGETHER if child transitions will play at the same time, #ORDERING_SEQUENTIAL if they will play in sequence.

Attributes

Remarks

Returns the ordering of this TransitionSet. By default, the value is #ORDERING_TOGETHER.

Java documentation for android.transition.TransitionSet.getOrdering().

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