我想在按钮上插入一张图片,当我运行我的应用程序时,我有一个 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>
有人有想法吗?