会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
Mobile On Line 镜像站点
MagicBoy's Blog [<a rel="nofollow noopener" href=http://MOL365.NET>MOL365.NET</a> ]----关注移动应用,探讨Windows Phone 7开发技术
随笔档案-2010年12月15日
WP7 App性能优化(3):隐藏与显示对象
2010-12-15 21:58 by MagicKing110, 2224 阅读,
收藏
,
摘要: WP7应用程序中有两种方法可以在屏幕上隐藏对象:使用P:System.Windows.UIElement.Visibility属性(可见性)或使用P:System.Windows.UIElement.Opacity属性(透明度)。理解两种技术的实现机制将更便于在应用程序中优化场景转换的性能。Visibility属性当设置一个元素的P:System.Windows.UIElement.Visibil...
阅读全文
4 Comment
About