It’s not always that you want your Silverlight application to have a background color. Instead you can use the color from the hosting HTML page – and it’s easy!
In your HTML that hosts the Silverlight object add these parameters and you’re done:
<param name="background" value="transparent" />
<param name="windowless" value="true" />
Comments