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 style to my Button. Is this possible in WPF?
|
|
|
|
|
|
|
@Brandon's answer would have worked, but I think this is a little more elegant:
|
||
|
|
|
|
You can just set the Style in the code behind.
|
||
|
|
