画像付きのボタンがあります:
<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>
ボタンを押すと、彼の背景が青く表示されます。この青を削除できますか?