我已经创建了一个按钮,但现在我想要更改图像背景。 我不想使用事件。我搜索了一些解决方案,但是当我输入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>