Tip: Don’t be scared to use x:Name in XAML

Date February 17, 2009

Yesterday I was working on some Silverlight production and needed to create a custom UserControl that had some text. The trick was that I wanted the user placing the control to choose which color the text would be, inturn effecting the second key frame on a simple ColorAnimationUsingKeyFrames
My animation was really simple, I wanted [...]