标签: c# windows-runtime windows-store-apps microsoft-metro
我在XAML中使用此代码指定了Image并声明了Source -
Image
Source
<Image x:Name="imgSomeFile" Source="Assets/someFile.png"/>
有没有办法只使用实例的名称在代码隐藏中访问此源URI?我尝试了image.Source,但只提供了图片使用的BitmapImage而不是URI。
image.Source
BitmapImage
答案 0 :(得分:0)
使用您从源获得的UriSource的{{1}}属性。
UriSource