Tengo una enumeración como esta: public enum MyLovelyEnum { FirstSelection, TheOtherSelection, YetAnotherOne }; Tengo una propiedad en mi DataContext: public MyLovelyEnum VeryLovelyEnum { get; set; } Y obtuve tres RadioButtons en mi cliente WPF. <RadioButton Margin="3">First...