- <Window x:Class="WpfApp1.control.Windowradiobutton"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:local="clr-namespace:WpfApp1.control"
- mc:Ignorable="d"
- Title="Windowradiobutton" Height="450" Width="800">
- <Grid>
-
-
-
-
-
- <RadioButton Content="男" GroupName="sex" Margin="10,100" FontSize="20" Foreground="Red" HorizontalAlignment="Left"
- VerticalAlignment="Top"
- >RadioButton>
-
- <RadioButton Content="女" GroupName="sex" Margin="80,100" FontSize="20" Foreground="Red" HorizontalAlignment="Left"
- VerticalAlignment="Top"
- >RadioButton>
-
-
-
-
- <RadioButton Content="语文" GroupName="course" FontSize="20" Foreground="Blue" HorizontalAlignment="Left"
- VerticalAlignment="Top"
- > RadioButton>
-
- <RadioButton Content="数学" GroupName="course" Margin="70,0" FontSize="20" Foreground="Blue" HorizontalAlignment="Left"
- VerticalAlignment="Top"
- >RadioButton>
-
- <RadioButton Content="历史" GroupName="course" Margin="140,0" FontSize="20" Foreground="Blue" HorizontalAlignment="Left"
- VerticalAlignment="Top"
- >RadioButton>
-
- <RadioButton Content="外语English" GroupName="course" Margin="210,0" FontSize="20" Foreground="Blue" HorizontalAlignment="Left"
- VerticalAlignment="Top"
- >RadioButton>
-
-
-
-
-
-
-
-
-
- Grid>
- Window>
效果