TransitionSet.GetTransitionAt(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the child Transition at the specified position in the TransitionSet.
[Android.Runtime.Register("getTransitionAt", "(I)Landroid/transition/Transition;", "GetGetTransitionAt_IHandler")]
public virtual Android.Transitions.Transition? GetTransitionAt(int index);
[<Android.Runtime.Register("getTransitionAt", "(I)Landroid/transition/Transition;", "GetGetTransitionAt_IHandler")>]
abstract member GetTransitionAt : int -> Android.Transitions.Transition
override this.GetTransitionAt : int -> Android.Transitions.Transition
Parameters
- index
- Int32
The position of the Transition to retrieve.
Returns
The child Transition at the specified position, or null
if the position is outside the current child-transition range.
- Attributes
Remarks
Returns the child Transition at the specified position in the TransitionSet.
Java documentation for android.transition.TransitionSet.getTransitionAt(int).
Android Open Source Project source for out-of-range behavior.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.