Good people.
<GroupBox Header="Tipo de operação" HorizontalAlignment="Left" Height="55" Margin="10,70,0,0" VerticalAlignment="Top" Width="296">
<Grid x:Name="gridOperationType">
<RadioButton x:Name="radioButtonPlus" Content="Acumulação" HorizontalAlignment="Left" Margin="0,10,0,0" VerticalAlignment="Top"/>
<RadioButton x:Name="radioButtonChange" Content="Alteração" HorizontalAlignment="Left" Margin="120,10,0,0" VerticalAlignment="Top"/>
</Grid>
</GroupBox>
Now what I predicted would be to bind to both, if the bool was true to mark the top or if it was false to mark the bottom
For TextBox
and related it is easy but now for this situation I can not find any information about this.
Thanks