Creating XAML Objects in Code - Jesse Liberty - Silverlight Geek by Wpf

Sat, 25 Apr 2009 09:54:38 -0600

Creating XAML Objects in Code - Jesse Liberty - Silverlight Geek

by Wpf @ Sat, 25 Apr 2009 09:54:38 -0600



One of the advantages that Silverlight 1.1 does bring to the party is the the isomorphism between XAML and CLR object that is found in Windows Presentation Framework (WPF). Thus, you can create a rectangle declaratively, ...