I'm using the SharePoint 2010 Silverlight webpart to display a Silverlight application within a SharePoint site. The object tag emitted by the webpart includes this parameter:
<param name="background" value="white" />
I'd like to change this to black instead of white but I don't see anyway to control this. Setting the .BackColor property to black had no effect. Is there a way to do this or am I forced to always use a white background with this webpart?