<UserControl x:Class="WpfApplication1.UserControl2" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Height="18.8" Width="76.8"> <UserControl.Resources> ... </UserControl.Resources> <RadioButton Name="radioButton" GroupName="group" Width="72.4" Height="15.6" Margin="1"></RadioButton> </UserControl>