【发布时间】:2015-10-19 04:53:53
【问题描述】:
<Image Height="100" Width="100" Margin="12,0,9,0">
<Image.Source>
<BitmapImage UriSource="{Binding ImgURL}" CreateOptions="BackgroundCreation"/>
</Image.Source>
</Image>
不知道怎么绑定图片和控件BitmapImage。
帮帮我!
【问题讨论】:
-
把你的模型绑定类。
-
在代码中.cs如何绑定?你能告诉更多吗?
标签: image windows-phone-8 data-binding windows-phone-8.1 bitmapimage