Templated Silverlight Rating Control

Date September 10, 2008

Anyone that has been working with the standard set of controls for Silverlight 2 Beta 2 has been exposed to the concept of template binding and how VisualStateManager (VSM) controls state.   In this example I will build a templated control  to learn how to use VSM, template binding and the ContentControl base class. 
The control [...]