【发布时间】:2013-02-17 19:32:16
【问题描述】:
我想在按钮上插入图片,当我运行我的应用程序时,我遇到了 XmlParseException。
我不知道为什么:(
<Button Grid.Column="2" HorizontalAlignment="Left" Height="20" Margin="15,2,0,0" VerticalAlignment="Top" Width="41">
<Button.Background>
<ImageBrush ImageSource="Images/search.png" Stretch="None"></ImageBrush>
</Button.Background>
</Button>
请问有人有意见吗?
【问题讨论】:
-
哪一行给出了异常?
-