次の方法で共有


IAnimator.RemoveAnimation(Animation) Method

Definition

Removes an Animation object from this element.

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

Parameters

animation
Animation

The animation to be removed.

Applies to