一个Canvas里有一个Button,点击外面右按钮,Canvas里的Button,向右以动画的方式移动一定距离,点击外面左按钮,再以相同的方式回到原来位置,这个要怎么做?
这个很容易啊。就是Canvas中Button的Location,它的X轴的移动啊。
参照这个:
Canvas.SetLeft(ellipse,GetRandomValue()); Canvas.SetTop(ellipse,GetRandomValue());
http://stackoverflow.com/questions/1123101/changing-position-of-an-element-programmatically-in-wpf