Clock.Timeline Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.