TransitionSet.SetOrdering(TransitionOrdering) Method
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.
Sets the play order of this set's child transitions.
[Android.Runtime.Register("setOrdering", "(I)Landroid/transition/TransitionSet;", "GetSetOrdering_IHandler")]
public virtual Android.Transitions.TransitionSet? SetOrdering (Android.Transitions.TransitionOrdering ordering);
[<Android.Runtime.Register("setOrdering", "(I)Landroid/transition/TransitionSet;", "GetSetOrdering_IHandler")>]
abstract member SetOrdering : Android.Transitions.TransitionOrdering -> Android.Transitions.TransitionSet
override this.SetOrdering : Android.Transitions.TransitionOrdering -> Android.Transitions.TransitionSet
Parameters
- ordering
- TransitionOrdering
#ORDERING_TOGETHER
to play this set's child
transitions together, #ORDERING_SEQUENTIAL
to play the child
transitions in sequence.
Returns
This transitionSet object.
- Attributes
Remarks
Sets the play order of this set's child transitions.
Java documentation for android.transition.TransitionSet.setOrdering(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.