Let\'s say I wanted to display a Button and a few RadioButtons. Based on which RadioButton is selected, I want to apply a different st
Button
RadioButtons
RadioButton
You can just set the Style in the code behind.
button.Style = (Style)FindResource("NameOfYourStyle");