我有一个带图像的按钮:
<Button x:Name="favoriteButton"
HorizontalAlignment="Left"
VerticalAlignment="Top"
Height="72"
Width="99"
Click="DidPressAddToFavorites"
BorderBrush="{x:Null}">
<Button.Background>
<ImageBrush ImageSource="/Images/favouritesBWIcon@2x.png"
Stretch="Uniform"/>
</Button.Background>
</Button>
现在当我按下按钮时,我看到他的背景是蓝色的,我可以删除这个蓝色吗?