共用方式為


IAnimator.AddAnimation(Animation) 方法

定義

Animation將 物件新增至這個專案。

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

參數

animation
Animation

要加入的動畫。

適用於