Share via


TimelineGroup 생성자

정의

TimelineGroup 클래스의 새 인스턴스를 초기화합니다.

오버로드

TimelineGroup()

기본 속성을 사용하여 TimelineGroup 클래스의 새 인스턴스를 초기화합니다.

TimelineGroup(Nullable<TimeSpan>)

지정된 TimelineGroup를 사용하여 BeginTime 클래스의 새 인스턴스를 초기화합니다.

TimelineGroup(Nullable<TimeSpan>, Duration)

지정된 TimelineGroupBeginTime를 사용하여 Duration 클래스의 새 인스턴스를 초기화합니다.

TimelineGroup(Nullable<TimeSpan>, Duration, RepeatBehavior)

지정된 TimelineGroup, BeginTimeDuration를 사용하여 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>

BeginTime에 대한 TimelineGroup입니다.

적용 대상

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>

BeginTime에 대한 TimelineGroup입니다.

duration
Duration

Duration에 대한 TimelineGroup입니다.

적용 대상

TimelineGroup(Nullable<TimeSpan>, Duration, RepeatBehavior)

지정된 TimelineGroup, BeginTimeDuration를 사용하여 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>

BeginTime에 대한 TimelineGroup입니다.

duration
Duration

Duration에 대한 TimelineGroup입니다.

repeatBehavior
RepeatBehavior

RepeatBehavior에 대한 TimelineGroup입니다.

적용 대상