| BlendGroupItem Property |
Gets or sets the timeline at the specified index.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public ITimeline this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As ITimeline
Get
Set
public:
virtual property ITimeline^ default[int index] {
ITimeline^ get (int index) sealed;
void set (int index, ITimeline^ value) sealed;
}
abstract Item : ITimeline with get, set
override Item : ITimeline with get, set
Parameters
- index
- Type: SystemInt32
The zero-based index of the timeline to get or set.
Property Value
Type:
ITimelineThe timeline at the specified index.
Implements
IListTItemInt32Exceptions See Also