IAnimatable.ApplyAnimationClock メソッド

定義

指定された AnimationClock の効果を、指定された依存関係プロパティに適用します。

オーバーロード

ApplyAnimationClock(DependencyProperty, AnimationClock)

指定された AnimationClock の効果を、指定された依存関係プロパティに適用します。

ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)

指定された AnimationClock の効果を、指定された依存関係プロパティに適用します。 現在のアニメーションに対する新しい AnimationClock の効果は、handoffBehavior パラメーターの値によって決まります。

ApplyAnimationClock(DependencyProperty, AnimationClock)

指定された AnimationClock の効果を、指定された依存関係プロパティに適用します。

public:
 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
Public Sub ApplyAnimationClock (dp As DependencyProperty, clock As AnimationClock)

パラメーター

dp
DependencyProperty

アニメーション化する DependencyProperty

clock
AnimationClock

プロパティをアニメーション化する AnimationClock

こちらもご覧ください

適用対象

ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)

指定された AnimationClock の効果を、指定された依存関係プロパティに適用します。 現在のアニメーションに対する新しい AnimationClock の効果は、handoffBehavior パラメーターの値によって決まります。

public:
 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
Public Sub ApplyAnimationClock (dp As DependencyProperty, clock As AnimationClock, handoffBehavior As HandoffBehavior)

パラメーター

dp
DependencyProperty

アニメーション化する DependencyProperty

clock
AnimationClock

プロパティをアニメーション化する AnimationClock

handoffBehavior
HandoffBehavior

新しい AnimationClock がこのプロパティの現在のアニメーションからどのように遷移するか、または現在のアニメーションにどのように作用するかを決定します。

こちらもご覧ください

適用対象