| TimelineClipTimeline Property |
Gets or sets the original animation timeline from which a clip is played back.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax [ContentSerializerAttribute(SharedResource = true)]
public ITimeline Timeline { get; set; }
<ContentSerializerAttribute(SharedResource := true)>
Public Property Timeline As ITimeline
Get
Set
public:
[ContentSerializerAttribute(SharedResource = true)]
property ITimeline^ Timeline {
ITimeline^ get ();
void set (ITimeline^ value);
}
[<ContentSerializerAttribute(SharedResource = true)>]
member Timeline : ITimeline with get, set
Property Value
Type:
ITimelineThe original animation timeline from which a clip played back.
See Also