AppBar Button
テキストの色を変更したいという要望があります。
<Button Style="{StaticResource EditAppBarButtonStyle}" Click="Button_Click" Foreground="White"/>
ボタンの色を変更できますForeground="White"
が、テキストの色は変更されません。どうすればテキストを変更できますか?
AppBar Button
テキストの色を変更したいという要望があります。
<Button Style="{StaticResource EditAppBarButtonStyle}" Click="Button_Click" Foreground="White"/>
ボタンの色を変更できますForeground="White"
が、テキストの色は変更されません。どうすればテキストを変更できますか?