次の方法で共有


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

削除するアニメーション。

適用対象