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 がどのように切り替えるか、またはそのアニメーションに影響を与えるかを決定します。

こちらもご覧ください

適用対象