Clock.Timeline Property

Definition

Gets the Timeline from which this Clock was created.

public:
 property System::Windows::Media::Animation::Timeline ^ Timeline { System::Windows::Media::Animation::Timeline ^ get(); };
public System.Windows.Media.Animation.Timeline Timeline { get; }
member this.Timeline : System.Windows.Media.Animation.Timeline
Public ReadOnly Property Timeline As Timeline

Property Value

The Timeline from which this Clock was created.

Remarks

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

Applies to