IAnimatable.BeginAnimation メソッド

定義

このインスタンスの一連のアニメーションを開始します。

オーバーロード

BeginAnimation(DependencyProperty, AnimationTimeline)

指定した AnimationTimeline に基づいて、DependencyProperty オブジェクトの一連のアニメーションを開始します。

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

指定した DependencyPropertyAnimationTimeline の両方に基づいて、HandoffBehavior オブジェクトの一連のアニメーションを開始します。

注釈

アニメーション シーケンスは、次のフレームがレンダリングされるとトリガーされます。

BeginAnimation(DependencyProperty, AnimationTimeline)

指定した AnimationTimeline に基づいて、DependencyProperty オブジェクトの一連のアニメーションを開始します。

public:
 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
Public Sub BeginAnimation (dp As DependencyProperty, animation As AnimationTimeline)

パラメーター

dp
DependencyProperty

アニメーション化するオブジェクト。

animation
AnimationTimeline

プロパティをアニメーション化するために必要な機能を備えたタイムラインです。

注釈

アニメーション シーケンスは、次のフレームがレンダリングされるとトリガーされます。

適用対象

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

指定した DependencyPropertyAnimationTimeline の両方に基づいて、HandoffBehavior オブジェクトの一連のアニメーションを開始します。

public:
 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
Public Sub BeginAnimation (dp As DependencyProperty, animation As AnimationTimeline, handoffBehavior As HandoffBehavior)

パラメーター

dp
DependencyProperty

アニメーション化するオブジェクト。

animation
AnimationTimeline

新しいアニメーションを調整するために必要な機能を備えたタイムライン。

handoffBehavior
HandoffBehavior

すべての関連する一連のアニメーションと対話する方法を指定するオブジェクト。

注釈

アニメーション シーケンスは、次のフレームがレンダリングされるとトリガーされます。

適用対象