Android.Transitions.TransitionSet Members

The members of Android.Transitions.TransitionSet are listed below.

See Also: Inherited members from Android.Transitions.Transition

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
OrderingSequentialTransitionOrdering (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
OrderingTogetherTransitionOrdering (0). A flag used to indicate that the child transitions of this set should all start at the same time.

Public Properties

[read-only]
OrderingTransitionOrdering. Returns the ordering of this TransitionSet.
[read-only]
TransitionCountint. Returns the number of child transitions in the TransitionSet.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.