how to change the text color of a button in wpf code example
Example: wpf set button text color
<Button Name="btn" Click="btn_Click" Content="Load Profile Image" Foreground="White">
<Button Name="btn" Click="btn_Click" Content="Load Profile Image" Foreground="White">