Loading images in Silverlight 2

Date June 30, 2008

Reading through the Silverlight.net forum I still see a ton of people struggling with how to load an image procedurally. I thought it would be beneficial to included a quick sample of four different ways you can set the Image.Source property within Silverlight 2.

Image 1 - Resource Loaded via XAML - The easiest [...]