The methods 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
| AddTransition(Transition) Adds child transition to this set. | ||
| override  | CaptureEndValues(TransitionValues) Captures the values in the end scene for the properties that this transition monitors. | |
| override  | CaptureStartValues(TransitionValues) Captures the values in the start scene for the properties that this transition monitors. | |
| GetTransitionAt(int) Returns the child Transition at the specified position in the TransitionSet. | ||
| RemoveTransition(Transition) Removes the specified child transition from this set. | ||
| SetOrdering(TransitionOrdering) Sets the play order of this set's child transitions. | ||