Windows Phone的主題在我的XAML代碼我有這個選擇我的形象:如何根據XAML
<Button Grid.ColumnSpan="2" Grid.Row="3" Height="72" Name="btnSend" Click="btnSend_Click">
<Button.Background>
<ImageBrush x:Name="imButton" ImageSource="/icons/appbar.feature.email.rest.png" Stretch="None"/>
</Button.Background>
</Button>
對於ImageSource的我使用SDK的默認圖標,我的問題是,當我改變德主題在光照下,圖標不會改變並保持白色。如何在更改主題時更改此圖像?
這僅適用於'ApplicationBarButton's但他們正在使用一個常規的'Button',所以不在應用欄中。 –