Bagikan melalui


Visual3D.BeginAnimation Metode

Definisi

Memulai urutan animasi untuk DependencyProperty objek, berdasarkan yang ditentukan AnimationTimeline dan HandoffBehavior.

Overload

BeginAnimation(DependencyProperty, AnimationTimeline)

Memulai urutan animasi untuk DependencyProperty objek, berdasarkan AnimationTimeline.

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Memulai urutan animasi untuk DependencyProperty objek, berdasarkan yang ditentukan AnimationTimeline dan HandoffBehavior.

BeginAnimation(DependencyProperty, AnimationTimeline)

Memulai urutan animasi untuk DependencyProperty objek, berdasarkan AnimationTimeline.

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)

Parameter

dp
DependencyProperty

Objek DependencyProperty untuk dianimasikan.

animation
AnimationTimeline

Garis waktu yang memiliki fungsionalitas yang diperlukan untuk menganimasikan properti.

Penerapan

Keterangan

Urutan animasi dipicu ketika bingkai berikutnya dirender.

Berlaku untuk

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Memulai urutan animasi untuk DependencyProperty objek, berdasarkan yang ditentukan AnimationTimeline dan 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)

Parameter

dp
DependencyProperty

Objek DependencyProperty untuk dianimasikan.

animation
AnimationTimeline

Garis waktu yang memiliki fungsionalitas yang diperlukan untuk menyesuaikan animasi baru.

handoffBehavior
HandoffBehavior

Objek yang menentukan cara berinteraksi dengan semua urutan animasi yang relevan.

Penerapan

Keterangan

Urutan animasi dipicu ketika bingkai berikutnya dirender.

Berlaku untuk