TimelineGroup Constructor
.NET Framework 4.5
Initializes a new instance of the TimelineGroup class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
TimelineGroup() | Initializes a new instance of the TimelineGroup class, with default properties. |
|
TimelineGroup(Nullable<TimeSpan>) | Initializes a new instance of the TimelineGroup class with the specified BeginTime. |
|
TimelineGroup(Nullable<TimeSpan>, Duration) | Initializes a new instance of the TimelineGroup class with the specified BeginTime and Duration. |
|
TimelineGroup(Nullable<TimeSpan>, Duration, RepeatBehavior) | Initializes a new instance of the TimelineGroup class with the specified BeginTime, Duration, and RepeatBehavior. |