Files
docs-desktop/dotnet-desktop-guide/framework/wpf/graphics-multimedia/clocks-how-to-topics.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* 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
2020-09-04 09:46:28 -07:00

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)