ParallelTimeline コンストラクター

定義

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

オーバーロード

ParallelTimeline()

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

ParallelTimeline(Nullable<TimeSpan>)

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

ParallelTimeline(Nullable<TimeSpan>, Duration)

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

ParallelTimeline(Nullable<TimeSpan>, Duration, RepeatBehavior)

指定した ParallelTimelineBeginTime、および Duration を使用して、RepeatBehavior クラスの新しいインスタンスを初期化します。

ParallelTimeline()

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

public:
 ParallelTimeline();
public ParallelTimeline ();
Public Sub New ()

適用対象

ParallelTimeline(Nullable<TimeSpan>)

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

public:
 ParallelTimeline(Nullable<TimeSpan> beginTime);
public ParallelTimeline (TimeSpan? beginTime);
new System.Windows.Media.Animation.ParallelTimeline : Nullable<TimeSpan> -> System.Windows.Media.Animation.ParallelTimeline
Public Sub New (beginTime As Nullable(Of TimeSpan))

パラメーター

beginTime
Nullable<TimeSpan>

この BeginTimeTimelineGroup

適用対象

ParallelTimeline(Nullable<TimeSpan>, Duration)

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

public:
 ParallelTimeline(Nullable<TimeSpan> beginTime, System::Windows::Duration duration);
public ParallelTimeline (TimeSpan? beginTime, System.Windows.Duration duration);
new System.Windows.Media.Animation.ParallelTimeline : Nullable<TimeSpan> * System.Windows.Duration -> System.Windows.Media.Animation.ParallelTimeline
Public Sub New (beginTime As Nullable(Of TimeSpan), duration As Duration)

パラメーター

beginTime
Nullable<TimeSpan>

この BeginTimeTimelineGroup

duration
Duration

この DurationTimelineGroup

適用対象

ParallelTimeline(Nullable<TimeSpan>, Duration, RepeatBehavior)

指定した ParallelTimelineBeginTime、および Duration を使用して、RepeatBehavior クラスの新しいインスタンスを初期化します。

public:
 ParallelTimeline(Nullable<TimeSpan> beginTime, System::Windows::Duration duration, System::Windows::Media::Animation::RepeatBehavior repeatBehavior);
public ParallelTimeline (TimeSpan? beginTime, System.Windows.Duration duration, System.Windows.Media.Animation.RepeatBehavior repeatBehavior);
new System.Windows.Media.Animation.ParallelTimeline : Nullable<TimeSpan> * System.Windows.Duration * System.Windows.Media.Animation.RepeatBehavior -> System.Windows.Media.Animation.ParallelTimeline
Public Sub New (beginTime As Nullable(Of TimeSpan), duration As Duration, repeatBehavior As RepeatBehavior)

パラメーター

beginTime
Nullable<TimeSpan>

この BeginTimeTimelineGroup

duration
Duration

この DurationTimelineGroup

repeatBehavior
RepeatBehavior

この RepeatBehaviorTimelineGroup

適用対象