Files
docs-desktop/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-animation-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

32 lines
1.4 KiB
Markdown

---
title: "Path Animation How-to Topics"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "animation [WPF], paths"
- "path animations [WPF]"
ms.assetid: e9b71017-bac4-40d7-858b-326939442cb1
---
# Path Animation How-to Topics
The topics in this section demonstrate how to animate an object along a path.
## In This Section
[Animate an Object Along a Path (Double Animation)](how-to-animate-an-object-along-a-path-double-animation.md)
[Animate an Object Along a Path (Point Animation)](how-to-animate-an-object-along-a-path-point-animation.md)
[Animate an Object Along a Path (Matrix Animation)](how-to-animate-an-object-along-a-path-matrix-animation.md)
[Animate an Object Along a Path (Matrix Animation with Offset Accumulation)](animate-an-object-along-a-path-matrix-animation-with-offset.md)
[Rotate an Object by Using a Geometric Path (Matrix Animation)](how-to-rotate-an-object-by-using-a-geometric-path-matrix-animation.md)
[Rotate an Object by Using a Geometric Path](how-to-rotate-an-object-by-using-a-geometric-path.md)
## Reference
<xref:System.Windows.Media.Animation.PathAnimationSource>
<xref:System.Windows.Media.Animation.Storyboard>
## See also
- [Graphics and Multimedia](index.md)
- [Animation Overview](animation-overview.md)
- [Key-Frame Animations Overview](key-frame-animations-overview.md)