WPF Reflections

Aug 4 2008   7:05AM GMT

WPF Animation – From property



Posted by: MarkWPF
Animation, Databinding, WPF, XAML

When you are doing a WPF animation, with a storyboard, the From property lets you specify the starting value.

It means you can start the animation with a different value than the current value.
You may want to do that so that you can control the starting value, or if you are doing a cumulative effect.

Alternatively, you may simply want to have the effect of shrinking first, then expanding, like the following example:

blog4aug.PNG

Comment on this Post

Leave a comment: