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입니다.