Visual3D.BeginAnimation メソッド

定義

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

オーバーロード

名前 説明
BeginAnimation(DependencyProperty, AnimationTimeline)

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

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

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

BeginAnimation(DependencyProperty, AnimationTimeline)

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

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

関連するすべてのアニメーション シーケンスを操作する方法を指定するオブジェクト。

実装

注釈

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

適用対象