更改图像按钮wpf

时间:2015-07-01 05:45:40

标签: wpf imagebutton

我已经创建了一个按钮,但现在我想要更改图像背景。 我不想使用事件。我搜索了一些解决方案,但是当我输入stype.trigger时,那就是bug,谁来帮助我。

<Button Width="77" HorizontalAlignment="Left" BorderBrush="{x:Null}" Height="75" Margin="0,0,0,-6">
    <Button.Background>
         <ImageBrush ImageSource="/Resources/button-menu.png"/>
     </Button.Background>
</Button>

0 个答案:

没有答案