¡@

Home 

c# Programming Glossary: doubleanimation1

Storyboard.SetTarget vs Storyboard.SetTargetName

http://stackoverflow.com/questions/2957582/storyboard-settarget-vs-storyboard-settargetname

e Storyboard storyBoard new Storyboard DoubleAnimation doubleAnimation1 new DoubleAnimation 0.0 smartContent.RenderSize.Width new Duration.. 0.0 new Duration new TimeSpan 0 0 0 0 500 doubleAnimation1.AccelerationRatio 0.5 doubleAnimation2.DecelerationRatio 0.5.. 0.5 storyBoard.Children.Add doubleAnimation1 storyBoard.Children.Add doubleAnimation2 Storyboard.SetTarget..