Files
docs-desktop/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-seek-a-storyboard.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.3 KiB

title, ms.date, dev_langs, helpviewer_keywords, ms.assetid
title ms.date dev_langs helpviewer_keywords ms.assetid
How to: Seek a Storyboard 03/30/2017
csharp
vb
Storyboards [WPF], seeking
seeking Storyboards [WPF]
887bb39a-0c2a-4ae8-956d-1d9f6f8ebbfc

How to: Seek a Storyboard

The following example shows how to use the xref:System.Windows.Media.Animation.Storyboard.Seek%2A method of a xref:System.Windows.Media.Animation.Storyboard to jump to any position in a storyboard animation.

Example

Below is the XAML markup for the sample.

[!code-xamlSeekStoryboard_snip#SeekStoryboardExampleWholePage]

Example

Below is the code used with the XAML code above.

[!code-csharpSeekStoryboard_snip#SeekStoryboardCodeBehindExampleWholePage] [!code-vbSeekStoryboard_snip#SeekStoryboardCodeBehindExampleWholePage]

See also