Visual3D.BeginAnimation Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
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
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.