如何将无线电按钮绑定到一个枚举上?
public enum MyLovelyEnum{ FirstSelection, TheOtherSelection, YetAnotherOne};
public MyLovelyEnum VeryLovelyEnum { get; set; }
<RadioButton Margin="3">First Selection</RadioButton><RadioButton Margin="3">The Other Selection</RadioButton><RadioButton Margin="3"> Yet Another one</RadioButton>