Visual3D.BeginAnimation Yöntem

Tanım

Nesne için DependencyProperty hem belirtilen AnimationTimelineHandoffBehaviorhem de tabanlı bir animasyon dizisi başlatır.

Aşırı Yüklemeler

BeginAnimation(DependencyProperty, AnimationTimeline)

Belirtilen AnimationTimelineöğesine göre nesnesi için DependencyProperty bir animasyon dizisi başlatır.

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Nesne için DependencyProperty hem belirtilen AnimationTimelineHandoffBehaviorhem de tabanlı bir animasyon dizisi başlatır.

BeginAnimation(DependencyProperty, AnimationTimeline)

Belirtilen AnimationTimelineöğesine göre nesnesi için DependencyProperty bir animasyon dizisi başlatır.

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)

Parametreler

dp
DependencyProperty

Animasyon DependencyProperty uygulanacak nesne.

animation
AnimationTimeline

Özelliğe animasyon eklemek için gerekli işlevlere sahip zaman çizelgesi.

Uygulamalar

Açıklamalar

Animasyon dizisi, bir sonraki kare işlendiğinde tetikler.

Şunlara uygulanır

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Nesne için DependencyProperty hem belirtilen AnimationTimelineHandoffBehaviorhem de tabanlı bir animasyon dizisi başlatır.

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)

Parametreler

dp
DependencyProperty

Animasyon DependencyProperty uygulanacak nesne.

animation
AnimationTimeline

Yeni animasyonu özelleştirmek için gerekli işlevlere sahip zaman çizelgesi.

handoffBehavior
HandoffBehavior

Tüm ilgili animasyon dizileriyle nasıl etkileşim kurulduğunu belirten nesne.

Uygulamalar

Açıklamalar

Animasyon dizisi, bir sonraki kare işlendiğinde tetikler.

Şunlara uygulanır