Silverlight如何代码改变背景图片如题,要怎么实现?比如img.source=图片,这个图片对象怎么获取 [解决办法]
img.Source=new BitmapImage(new Uri("文件夹/00000.png", UriKind.RelativeOrAbsolute));