Setting background text colour of radio button
- by Night Walker
Hello all
I want to set up the Background color of the text in my radio button .
I have tried Background="Chocolate" , but it sets the color of the circle dot there .
Any idea how i do that ?
This is my current code
<RadioButton Content=" MSSQL" TextBlock.Foreground="Black" HorizontalAlignment="Left" Height="Auto" Padding="0" Margin="15,15,0,0" Name="radioButton_MSSQL" VerticalAlignment="Top" Width="66" GroupName="DataBases" BorderBrush="DarkOrchid" IsChecked="True" />