TimelineGroup コンストラクター

定義

TimelineGroup クラスの新しいインスタンスを初期化します。

オーバーロード

TimelineGroup()

TimelineGroup クラスの新しいインスタンスを、既定のプロパティを使用して初期化します。

TimelineGroup(Nullable<TimeSpan>)

TimelineGroup を指定して、BeginTime クラスの新しいインスタンスを初期化します。

TimelineGroup(Nullable<TimeSpan>, Duration)

指定された TimelineGroupBeginTime を使用して、Duration クラスの新しいインスタンスを初期化します。

TimelineGroup(Nullable<TimeSpan>, Duration, RepeatBehavior)

指定した TimelineGroupBeginTime、および 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
Nullable<TimeSpan>

この BeginTimeTimelineGroup

適用対象

TimelineGroup(Nullable<TimeSpan>, Duration)

指定された TimelineGroupBeginTime を使用して、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
Nullable<TimeSpan>

この BeginTimeTimelineGroup

duration
Duration

この DurationTimelineGroup

適用対象

TimelineGroup(Nullable<TimeSpan>, Duration, RepeatBehavior)

指定した TimelineGroupBeginTime、および 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
Nullable<TimeSpan>

この BeginTimeTimelineGroup

duration
Duration

この DurationTimelineGroup

repeatBehavior
RepeatBehavior

この RepeatBehaviorTimelineGroup

適用対象