Skip to main content

Microsoft Silverlight

Answered Question Background HTML visibiltiy in Silverlight Full Screen ModeRSS Feed

(0)

pallavi.parkhi
pallavi....

Member

Member

0 points

1 Posts

Background HTML visibiltiy in Silverlight Full Screen Mode

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
Ken Tucker

All-Star

All-Star

16276 points

2,479 Posts

Answered Question

Re: Background HTML visibiltiy in Silverlight Full Screen Mode

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.

http://msdn.microsoft.com/en-us/library/cc189023(VS.95).aspx

Min-Hong Tang - MSFT
Min-Hong...

Contributor

Contributor

3376 points

377 Posts

Answered Question

Re: Background HTML visibiltiy in Silverlight Full Screen Mode

Hi Pallavi,

    As Ken mentioned before, the full screen mode currently does not support Transparent so far.  Quote:

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.

   You can find this information in the link Ken provided you.

Best Regards.

Min-Hong Tang
Microsoft Online Community Support

Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities