The fields of Android.Transitions.TransitionSet are listed below. For a list of all members, see the TransitionSet Members list.
See Also: Inherited members from Android.Transitions.Transition
const | OrderingSequential | TransitionOrdering (1). A flag used to indicate that the child transitions of this set should play in sequence; when one child transition ends, the next child transition begins. |
const | OrderingTogether | TransitionOrdering (0). A flag used to indicate that the child transitions of this set should all start at the same time. |