Share via


IAnimationManager.Remove(Animation) Method

Definition

Removes the given animation from this manager.

public:
 void Remove(Microsoft::Maui::Animations::Animation ^ animation);
public void Remove (Microsoft.Maui.Animations.Animation animation);
abstract member Remove : Microsoft.Maui.Animations.Animation -> unit
Public Sub Remove (animation As Animation)

Parameters

animation
Animation

The animation to be removed.

Applies to