Share via


Visual3D.ApplyAnimationClock Yöntem

Tanım

Verilen AnimationClock bir bağımlılık özelliğinin etkisini uygular.

Aşırı Yüklemeler

ApplyAnimationClock(DependencyProperty, AnimationClock)

Verilen AnimationClock bir bağımlılık özelliğinin etkisini uygular.

ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)

Verilen AnimationClock bir bağımlılık özelliğinin etkisini uygular. Yeninin AnimationClock geçerli animasyonlar üzerindeki etkisi parametresinin handoffBehavior değeriyle belirlenir.

ApplyAnimationClock(DependencyProperty, AnimationClock)

Verilen AnimationClock bir bağımlılık özelliğinin etkisini uygular.

public:
 virtual void ApplyAnimationClock(System::Windows::DependencyProperty ^ dp, System::Windows::Media::Animation::AnimationClock ^ clock);
public void ApplyAnimationClock (System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationClock clock);
abstract member ApplyAnimationClock : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationClock -> unit
override this.ApplyAnimationClock : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationClock -> unit
Public Sub ApplyAnimationClock (dp As DependencyProperty, clock As AnimationClock)

Parametreler

dp
DependencyProperty

Animasyon DependencyProperty eklemek için.

clock
AnimationClock

AnimationClock özelliğine animasyon ekler.

Uygulamalar

Şunlara uygulanır

ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)

Verilen AnimationClock bir bağımlılık özelliğinin etkisini uygular. Yeninin AnimationClock geçerli animasyonlar üzerindeki etkisi parametresinin handoffBehavior değeriyle belirlenir.

public:
 virtual void ApplyAnimationClock(System::Windows::DependencyProperty ^ dp, System::Windows::Media::Animation::AnimationClock ^ clock, System::Windows::Media::Animation::HandoffBehavior handoffBehavior);
public void ApplyAnimationClock (System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationClock clock, System.Windows.Media.Animation.HandoffBehavior handoffBehavior);
abstract member ApplyAnimationClock : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationClock * System.Windows.Media.Animation.HandoffBehavior -> unit
override this.ApplyAnimationClock : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationClock * System.Windows.Media.Animation.HandoffBehavior -> unit
Public Sub ApplyAnimationClock (dp As DependencyProperty, clock As AnimationClock, handoffBehavior As HandoffBehavior)

Parametreler

dp
DependencyProperty

Animasyon DependencyProperty eklemek için.

clock
AnimationClock

AnimationClock özelliğine animasyon ekler.

handoffBehavior
HandoffBehavior

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

Uygulamalar

Şunlara uygulanır