Mar 12, 2008
Programmatic drawing with Silverlight 2 Part 3: Simple Animation
Posted by Dennis in Silverlight • 6 commentsThis example shows you how you can make a simple line animation in Silverlight 2. There isn’t much documentation about this yet, so it took some figuring out on how to do this correctly.
Basically these are the steps to create an animation:
Create a Storyboard object
Set the Storyboard’s Duration property
Create a DoubleAnimation object
Set the DoubleAnimation object’s [...]



