共用方式為


IAnimator.RemoveAnimation(Animation) 方法

定義

Animation從這個專案移除 物件。

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)

參數

animation
Animation

要移除的動畫。

適用於