The members of Android.Transitions.TransitionSet are listed below.
See Also: Inherited members from Android.Transitions.Transition
Constructs an empty transition set. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
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. |
[read-only] | Ordering | TransitionOrdering. Returns the ordering of this TransitionSet. |
[read-only] | TransitionCount | int. Returns the number of child transitions in the TransitionSet. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |