- 积分
- 0
- 在线时间
- 1 小时
- 主题
- 2
- 注册时间
- 2016-8-2
- 帖子
- 5
- 最后登录
- 2016-10-14
- 帖子
- 5
- 软币
- 87
- 在线时间
- 1 小时
- 注册时间
- 2016-8-2
|
我引用 DevExpress.Xpf.Core.v16.1 ,然后新建立一个window,在window上添加一个button,添加如下代码想改变button的背景色,
但是没有成功,另外,添加一个背景图片,显示上没有全部填充Button,具体见截图的附件;求大神。
<Button ToolTip="文字标注" 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"/>
|
|