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