如何将无线电按钮绑定到一个枚举上?
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>
收到一只叮咚
随时随地看视频慕课网APP