mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-05 23:42:58 +02:00
* Reset branch for WPF changes * Convert BMP to PNG; fix link-out-of-scope err * Add snippets for WPF... 6794 files!!!! * Add missing snippets * update file updated between migration * Fix paths to include * update breadcrumb and toc * fix index links * fix index links * fix index links * fix markdown
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
---
|
|
title: "Clocks How-to Topics"
|
|
ms.date: "03/30/2017"
|
|
f1_keywords:
|
|
- "AutoGeneratedOrientationPage"
|
|
helpviewer_keywords:
|
|
- "graphics [WPF], clocks"
|
|
- "clocks [WPF]"
|
|
- "clocks [WPF], animation"
|
|
- "animation [WPF], clocks"
|
|
ms.assetid: c687b2a5-b151-41e2-9ade-df2fc1a16b04
|
|
---
|
|
# Clocks How-to Topics
|
|
The following topics describe how to use a <xref:System.Windows.Media.Animation.Clock> object to maintain timing state information for a <xref:System.Windows.Media.Animation.Timeline>.
|
|
|
|
## In This Section
|
|
[Animate a Property by Using an AnimationClock](how-to-animate-a-property-by-using-an-animationclock.md)
|
|
[Interactively Control a Clock](how-to-interactively-control-a-clock.md)
|
|
[Seek a Clock Synchronously](how-to-seek-a-clock-synchronously.md)
|
|
|
|
## Reference
|
|
<xref:System.Windows.Media.Animation.Clock>
|
|
|
|
<xref:System.Windows.Media.Animation.Storyboard>
|
|
|
|
<xref:System.Windows.Media.Animation>
|
|
|
|
<xref:System.Windows.Media.Animation.Timeline>
|
|
|
|
## Related Sections
|
|
[Animation Overview](animation-overview.md)
|
|
|
|
[Storyboards Overview](storyboards-overview.md)
|