Silverlight: Implementing User Controls in 1.0

In Part 2 of Creating User Controls in Silverlight, we take our learnings from Part 1 and apply them to implementing the same user control (Glass Button) in a Silverlight 1.1 application. We use the similar model of InitializeFromXaml but as well, learn how we can implement the user control in XAML directly using familiar user control syntax similar to ASP.NET controls.