Files
docs-desktop/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-size-of-an-arcsegment.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

1.5 KiB

title, ms.date, dev_langs, helpviewer_keywords, ms.assetid
title ms.date dev_langs helpviewer_keywords ms.assetid
How to: Animate the Size of an ArcSegment 03/30/2017
csharp
vb
graphics [WPF], animation
animation [WPF], ArcSegment size
ArcSegment [WPF], animating size
f93a1065-b00a-4d7e-9d4b-37023f98186a

How to: Animate the Size of an ArcSegment

This example shows how to animate the xref:System.Windows.Media.ArcSegment.Size%2A property of an xref:System.Windows.Media.ArcSegment.

Example

The following example creates an xref:System.Windows.Media.ArcSegment that animates its xref:System.Windows.Media.ArcSegment.Size%2A when it loads on the screen.

[!code-csharpBasicAnimations_snip#SizeAnimationWholePage] [!code-vbBasicAnimations_snip#SizeAnimationWholePage]

For additional geometry and animation samples, see the Geometries Sample.

See also