TransitionSet.RemoveTransition(Transition) 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.
Removes the specified child transition from this set.
[Android.Runtime.Register("removeTransition", "(Landroid/transition/Transition;)Landroid/transition/TransitionSet;", "GetRemoveTransition_Landroid_transition_Transition_Handler")]
public virtual Android.Transitions.TransitionSet? RemoveTransition (Android.Transitions.Transition? transition);
[<Android.Runtime.Register("removeTransition", "(Landroid/transition/Transition;)Landroid/transition/TransitionSet;", "GetRemoveTransition_Landroid_transition_Transition_Handler")>]
abstract member RemoveTransition : Android.Transitions.Transition -> Android.Transitions.TransitionSet
override this.RemoveTransition : Android.Transitions.Transition -> Android.Transitions.TransitionSet
Parameters
- transition
- Transition
The transition to be removed.
Returns
This transitionSet object.
- Attributes
Remarks
Removes the specified child transition from this set.
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.