Timeline コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Timeline クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| Timeline() |
Timeline クラスの新しいインスタンスを初期化します。 |
| Timeline(Nullable<TimeSpan>) | |
| Timeline(Nullable<TimeSpan>, Duration) | |
| Timeline(Nullable<TimeSpan>, Duration, RepeatBehavior) |
指定したTimeline、BeginTime、およびDurationを使用して、RepeatBehavior クラスの新しいインスタンスを初期化します。 |
Timeline()
Timeline クラスの新しいインスタンスを初期化します。
protected:
Timeline();
protected Timeline();
Protected Sub New ()
適用対象
Timeline(Nullable<TimeSpan>)
protected:
Timeline(Nullable<TimeSpan> beginTime);
protected Timeline(TimeSpan? beginTime);
new System.Windows.Media.Animation.Timeline : Nullable<TimeSpan> -> System.Windows.Media.Animation.Timeline
Protected Sub New (beginTime As Nullable(Of TimeSpan))
パラメーター
こちらもご覧ください
適用対象
Timeline(Nullable<TimeSpan>, Duration)
protected:
Timeline(Nullable<TimeSpan> beginTime, System::Windows::Duration duration);
protected Timeline(TimeSpan? beginTime, System.Windows.Duration duration);
new System.Windows.Media.Animation.Timeline : Nullable<TimeSpan> * System.Windows.Duration -> System.Windows.Media.Animation.Timeline
Protected Sub New (beginTime As Nullable(Of TimeSpan), duration As Duration)
パラメーター
例
適用対象
Timeline(Nullable<TimeSpan>, Duration, RepeatBehavior)
指定したTimeline、BeginTime、およびDurationを使用して、RepeatBehavior クラスの新しいインスタンスを初期化します。
protected:
Timeline(Nullable<TimeSpan> beginTime, System::Windows::Duration duration, System::Windows::Media::Animation::RepeatBehavior repeatBehavior);
protected Timeline(TimeSpan? beginTime, System.Windows.Duration duration, System.Windows.Media.Animation.RepeatBehavior repeatBehavior);
new System.Windows.Media.Animation.Timeline : Nullable<TimeSpan> * System.Windows.Duration * System.Windows.Media.Animation.RepeatBehavior -> System.Windows.Media.Animation.Timeline
Protected Sub New (beginTime As Nullable(Of TimeSpan), duration As Duration, repeatBehavior As RepeatBehavior)
パラメーター
- repeatBehavior
- RepeatBehavior
反復 Count または繰り返し Durationとしての、このタイムラインの繰り返し動作。 詳細については、 RepeatBehavior プロパティを参照してください。