TimelineGroup 建構函式

定義

初始化 TimelineGroup 類別的新執行個體。

多載

TimelineGroup()

使用預設屬性來初始化 TimelineGroup 類別的新執行個體 (Instance)。

TimelineGroup(Nullable<TimeSpan>)

使用指定的 TimelineGroup 初始化 BeginTime 類別的新執行個體。

TimelineGroup(Nullable<TimeSpan>, Duration)

使用指定的 TimelineGroupBeginTime,初始化 Duration 類別的新執行個體。

TimelineGroup(Nullable<TimeSpan>, Duration, RepeatBehavior)

使用指定的 TimelineGroupBeginTimeDuration,初始化 RepeatBehavior 類別的新執行個體。

TimelineGroup()

使用預設屬性來初始化 TimelineGroup 類別的新執行個體 (Instance)。

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)

使用指定的 TimelineGroupBeginTimeDuration,初始化 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

適用於