Visual3D.BeginAnimation メソッド

定義

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

オーバーロード

BeginAnimation(DependencyProperty, AnimationTimeline)

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

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

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

BeginAnimation(DependencyProperty, AnimationTimeline)

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

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)

パラメーター

dp
DependencyProperty

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

animation
AnimationTimeline

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

実装

注釈

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

適用対象

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

指定した DependencyPropertyAnimationTimeline の両方に基づいて、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)

パラメーター

dp
DependencyProperty

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

animation
AnimationTimeline

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

handoffBehavior
HandoffBehavior

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

実装

注釈

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

適用対象