Visual3D.BeginAnimation 메서드

정의

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

오버로드

BeginAnimation(DependencyProperty, AnimationTimeline)

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

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

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

BeginAnimation(DependencyProperty, AnimationTimeline)

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

public:
 virtual 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
override this.BeginAnimation : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationTimeline -> unit
Public Sub BeginAnimation (dp As DependencyProperty, animation As AnimationTimeline)

매개 변수

dp
DependencyProperty

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

animation
AnimationTimeline

속성에 애니메이션을 적용하는 데 필요한 기능을 가진 시간 표시 막대입니다.

구현

설명

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

적용 대상

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

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

public:
 virtual 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
override this.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

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

animation
AnimationTimeline

새 애니메이션을 사용자 지정하는 데 필요한 기능을 가진 시간 표시 막대입니다.

handoffBehavior
HandoffBehavior

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

구현

설명

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

적용 대상