Android.Transitions.TransitionSet: Method Members

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

Public Methods

AddTransition(Transition) : TransitionSet
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) : Transition
Returns the child Transition at the specified position in the TransitionSet.
RemoveTransition(Transition) : TransitionSet
Removes the specified child transition from this set.
SetOrdering(TransitionOrdering) : TransitionSet
Sets the play order of this set's child transitions.