Clock::Timeline Property

 

Gets the Timeline from which this Clock was created.

Namespace:   System.Windows.Media.Animation
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property Timeline^ Timeline {
	Timeline^ get();
}

Property Value

Type: System.Windows.Media.Animation::Timeline^

The Timeline from which this Clock was created.

Modifying a clock's MediaTimeline does not update the clock; a new clock must be created from the modified Timeline.

.NET Framework
Available since 3.0
Return to top
Show: