TransitionSet.GetTransitionAt(Int32) Method

Definition

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

Attributes

Remarks

Returns the child Transition at the specified position in the TransitionSet.

Java documentation for android.transition.TransitionSet.getTransitionAt(int).

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.

Applies to

See also