<ListBox Name="ImgListBox">
<ItemsControl.ItemTemplate>
<DataTemplate>
<StackPanel>
<Image Name="imgSubCloud" Source="{Binding Image}" Stretch="Fill" Width="200" Height="150" Margin="12,10" ></Image>
</StackPanel>
</DataTemplate>
</ItemsControl.ItemTemplate>
</ListBox>
Windows phone 8 这样绑定的代码是图片的相对路径,怎样绑定图片的绝对路径?请高手帮忙,谢谢。