Learning new aspects of Visual Studios Designer I made this control and added designer support for the control. Each dial control now has the following properties to allow easy access to the control being used:
Code Excerpt:[ CategoryAttribute("Appearance"), DescriptionAttribute("Set maximum value of dial to?"), DefaultValueAttribute(359.5f) ]
///