Skip to main content
Home Forums Silverlight Programming Visual Studio & Silverlight Development Tools Background HTML visibiltiy in Silverlight Full Screen Mode
2 replies. Latest Post by Min-Hong Tang - MSFT on November 4, 2009.
(0)
pallavi....
Member
0 points
1 Posts
10-30-2009 7:43 AM |
I am creating a page with Silverlight component and some HTML controls.
On enabling Silverlight's full screen, I am unable to view the background HTML controls. Even if I set the xaml's background to transparent.
Please let me know if it's possible to view the HTML controls in full screen mode of Silverlight or not.
Thanks
Ken Tucker
All-Star
16276 points
2,479 Posts
10-30-2009 8:30 AM |
From the msdn docs
Full-Screen Windowless Silverlight Plug-Ins A Silverlight plug-in whose Windowless property is set to true always draws its background color at full opacity when displayed in full-screen mode. However, when the Silverlight plug-in returns to embedded mode, the background color reverts to its previous opacity value.
A Silverlight plug-in whose Windowless property is set to true always draws its background color at full opacity when displayed in full-screen mode. However, when the Silverlight plug-in returns to embedded mode, the background color reverts to its previous opacity value.
http://msdn.microsoft.com/en-us/library/cc189023(VS.95).aspx
Min-Hong...
Contributor
3376 points
377 Posts
11-04-2009 1:20 AM |
Hi Pallavi,
As Ken mentioned before, the full screen mode currently does not support Transparent so far. Quote:
You can find this information in the link Ken provided you.
Best Regards.