單選按鈕的XAML代碼是,如何重置Windows Phone應用程序中單選按鈕的邊框厚度?
<RadioButton x:Name="RadioButton1" BorderBrush="#b2b2b2" IsChecked="true" Foreground="Black" BorderThickness="0.5" Background="White" Content="Taxable" HorizontalAlignment="Left" Height="78" Margin="0,0,0,0" Width="164"/>
但在邊框厚度沒有變化,以往的價值我給什麼。 如何解決這個問題,我只是想改變單選按鈕的borderthickness(FYI - Borderbrush工作正常)。