다음을 통해 공유


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

추가할 애니메이션입니다.

적용 대상