Usama Wahab Khan: Silverlight XAML Controls by Free xaml

Sun, 09 Aug 2009 00:00:31 -0600

Usama Wahab Khan: Silverlight XAML Controls

by Free xaml @ Sun, 09 Aug 2009 00:00:31 -0600



through templates, and the behavior of the controls can be modified through event handlers. In the rare cases when none of that is enough, you can create (or derive) your own customized controls as well. .... allow you to address the object in code. If you give an object in Xaml a name, and save the file, that object is available with no further declaration in your methods. Thus, if you save this file, you will be free to write FirstNamePrompt.Text=”Hello” ...