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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.