mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +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
1.2 KiB
1.2 KiB
title, ms.date, dev_langs, helpviewer_keywords, ms.assetid
| title | ms.date | dev_langs | helpviewer_keywords | ms.assetid | |||||
|---|---|---|---|---|---|---|---|---|---|
| How to: Animate an EllipseGeometry | 03/30/2017 |
|
|
767b9b6e-9cb7-482e-b6c2-fee7750c3995 |
How to: Animate an EllipseGeometry
This example shows how to animate a xref:System.Windows.Media.Geometry within a xref:System.Windows.Shapes.Path element. In the following example, a xref:System.Windows.Media.Animation.PointAnimation is used to animate the xref:System.Windows.Media.EllipseGeometry.Center%2A of an xref:System.Windows.Media.EllipseGeometry.
Example
[!code-xamlanimatepath_snip_XAML#1]
[!code-csharpanimatepath_snip#101]
[!code-vbanimatepath_snip#201]