Grouping radio buttons by parent : RadioButton « Windows Presentation Foundation « VB.Net






Grouping radio buttons by parent

Grouping radio buttons by parent
     

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      HorizontalAlignment="Center" VerticalAlignment="Center">
    <StackPanel>
      <RadioButton>To be</RadioButton>
      <RadioButton>Not to be</RadioButton>
    </StackPanel>
</Page>

   
    
    
    
    
  








Related examples in the same category

1.Grouping radio buttons by nameGrouping radio buttons by name
2.CheckRadio GroupCheckRadio Group
3.Image RadioButtonImage RadioButton
4.RadioButton click eventRadioButton click event
5.Use RadioButton to control TextBox alignmentUse RadioButton to control TextBox alignment
6.RadioButton checked event handlerRadioButton checked event handler