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.5 KiB
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 |
|
|
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.