Gets or sets the original animation timeline from which a clip is played back.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.1.0.0 (1.1.0.9503)

Syntax

C#
[ContentSerializerAttribute(SharedResource = true)]
public ITimeline Timeline { get; set; }
Visual Basic
<ContentSerializerAttribute(SharedResource := True)> _
Public Property Timeline As ITimeline
	Get
	Set
Visual C++
public:
[ContentSerializerAttribute(SharedResource = true)]
property ITimeline^ Timeline {
	ITimeline^ get ();
	void set (ITimeline^ value);
}

Field Value

The original animation timeline from which a clip played back.

See Also