首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

wpf动画片之后不能定位

2012-10-08 
wpf动画之后不能定位?例:button1.Margin new Thickness(0) 可正常定位对象坐标。但如果button1用 Thickn

wpf动画之后不能定位?
例:button1.Margin = new Thickness(0); 可正常定位对象坐标。

但如果button1用 ThicknessAnimation 动画之后,上面代码就没反应。。。

[解决办法]
看这里
http://www.cnblogs.com/alamiye010/archive/2009/08/26/1554539.html

热点排行