摘要: 先建立一个button 方法一:绕左上角旋转 public void Transform1() { RotateTransform rtf = new RotateTransform(); trans.RenderTransform = rtf; DoubleAnimation dbAscending = new DoubleAnimation(0, 360, new Duration (TimeSpan.FromSeconds(1))); dbAscend... 阅读全文
posted @ 2013-07-14 16:04 幕三少 阅读(16366) 评论(7) 推荐(2) 编辑
摘要: 先来个模板: ... 阅读全文
posted @ 2013-07-14 15:00 幕三少 阅读(931) 评论(2) 推荐(0) 编辑