当前位置:编程学习 > wap >>

windows phone开发之Image控件

后台数据绑定

//本地 
this.image1.Source = new BitmapImage( 
new Uri("Desert.jpg", UriKind.Relative) 
); 
//网络 
this.image1.Source = new BitmapImage( 
new Uri("/2012/0110/20120110105833554.jpg", UriKind.Absolute) 
); 


摘自 _亚
补充:移动开发 , Windows Phone ,
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,