IAnimatable.BeginAnimation 메서드

정의

이 인스턴스에 대해 애니메이션 시퀀스를 시작합니다.

오버로드

BeginAnimation(DependencyProperty, AnimationTimeline)

지정된 AnimationTimeline을 기반으로, DependencyProperty 개체의 애니메이션 시퀀스를 시작합니다.

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

지정된 DependencyPropertyAnimationTimeline에 따라 HandoffBehavior 개체에 대한 애니메이션 시퀀스를 시작합니다.

설명

애니메이션 시퀀스의 다음 프레임이 렌더링 되 면 트리거됩니다.

BeginAnimation(DependencyProperty, AnimationTimeline)

지정된 AnimationTimeline을 기반으로, DependencyProperty 개체의 애니메이션 시퀀스를 시작합니다.

public:
 void BeginAnimation(System::Windows::DependencyProperty ^ dp, System::Windows::Media::Animation::AnimationTimeline ^ animation);
public void BeginAnimation (System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationTimeline animation);
abstract member BeginAnimation : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationTimeline -> unit
Public Sub BeginAnimation (dp As DependencyProperty, animation As AnimationTimeline)

매개 변수

dp
DependencyProperty

애니메이션 효과를 줄 개체입니다.

animation
AnimationTimeline

속성에 애니메이션 효과를 주는 데 필요한 기능이 있는 타임라인입니다.

설명

애니메이션 시퀀스의 다음 프레임이 렌더링 되 면 트리거됩니다.

적용 대상

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

지정된 DependencyPropertyAnimationTimeline에 따라 HandoffBehavior 개체에 대한 애니메이션 시퀀스를 시작합니다.

public:
 void BeginAnimation(System::Windows::DependencyProperty ^ dp, System::Windows::Media::Animation::AnimationTimeline ^ animation, System::Windows::Media::Animation::HandoffBehavior handoffBehavior);
public void BeginAnimation (System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationTimeline animation, System.Windows.Media.Animation.HandoffBehavior handoffBehavior);
abstract member BeginAnimation : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationTimeline * System.Windows.Media.Animation.HandoffBehavior -> unit
Public Sub BeginAnimation (dp As DependencyProperty, animation As AnimationTimeline, handoffBehavior As HandoffBehavior)

매개 변수

dp
DependencyProperty

애니메이션 효과를 줄 개체입니다.

animation
AnimationTimeline

새 애니메이션을 조정하는 데 필요한 기능이 있는 Timeline입니다.

handoffBehavior
HandoffBehavior

모든 관련 애니메이션 시퀀스와 상호 작용하는 방식을 지정하는 개체입니다.

설명

애니메이션 시퀀스의 다음 프레임이 렌더링 되 면 트리거됩니다.

적용 대상