Setting background text colour of radio button

Posted by Night Walker on Stack Overflow See other posts from Stack Overflow or by Night Walker
Published on 2010-12-25T08:40:43Z Indexed on 2010/12/25 8:54 UTC
Read the original article Hit count: 220

Filed under:
|

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"  />

© Stack Overflow or respective owner

Related posts about wpf

Related posts about wpf-controls