摘要:
一,使用DoubleAnimation创建动画//1,创建剧本Storyboard storyboard = new Storyboard();//2,创建动画DoubleAnimation doubleAnimation = new DoubleAnimation( valueStart,//起始值 valueEnd,//终点值 new Duration(TimeSpan.FromMilliseconds(1000s))//动画时间域 );//3,TargetStoryboard.SetTarget(doubleAnimation, re... 阅读全文
posted @ 2012-10-17 13:43
陈惊蛰
阅读(4065)
评论(0)
推荐(0)

浙公网安备 33010602011771号