IAnimatable.BeginAnimation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このインスタンスの一連のアニメーションを開始します。
オーバーロード
BeginAnimation(DependencyProperty, AnimationTimeline) |
指定した AnimationTimeline に基づいて、DependencyProperty オブジェクトの一連のアニメーションを開始します。 |
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) |
指定した DependencyProperty と AnimationTimeline の両方に基づいて、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)
パラメーター
アニメーション化するオブジェクト。
- animation
- AnimationTimeline
プロパティをアニメーション化するために必要な機能を備えたタイムラインです。
注釈
アニメーション シーケンスは、次のフレームがレンダリングされるとトリガーされます。
適用対象
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)
指定した DependencyProperty と AnimationTimeline の両方に基づいて、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)
パラメーター
アニメーション化するオブジェクト。
- animation
- AnimationTimeline
新しいアニメーションを調整するために必要な機能を備えたタイムライン。
- handoffBehavior
- HandoffBehavior
すべての関連する一連のアニメーションと対話する方法を指定するオブジェクト。
注釈
アニメーション シーケンスは、次のフレームがレンダリングされるとトリガーされます。