Click or drag to resize
DigitalRuneTimelineGroupItem Property
Gets or sets the timeline at the specified index.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public ITimeline this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The zero-based index of the timeline to get or set.

Property Value

Type: ITimeline
The timeline at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0 or equal to or greater than Count.
ArgumentNullExceptionvalue is . The TimelineGroup does not allow values.
See Also