次の方法で共有


AnimationManager.Add(Animation) Method

Definition

Adds the given animation to this manager.

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

Parameters

animation
Animation

The animation to be added.

Implements

Applies to