WPF 无法改变button的背景色,求大神
我引用 DevExpress.Xpf.Core.v16.1 ,然后新建立一个window,在window上添加一个button,添加如下代码想改变button的背景色,但是没有成功,另外,添加一个背景图片,显示上没有全部填充Button,具体见截图的附件;求大神。
<ButtonToolTip="文字标注"Background="White" Height="40" Width="40">
<Button.Content>
<Image Source="D:\projects\Martes_10\Martes\CommonLib\Images\Icon\save_16x16.png" Stretch="Fill" />
</Button.Content>
</Button>
<Button Click="Button_Click" Background="Red" Content="Button 1" Margin="120,232,0,172" Width="97" Height="30" HorizontalAlignment="Left"/>
页:
[1]