Sunday, November 07, 2010

Silverlight 4 fullscreen madness

A new blog post at last, after a long time ! Tonight, we will see how silverlight magically lets us show our applications in fullscreen.

You just need the following code:

Application.Current.Host.Content.IsFullScreen = true;

Read more: Development Romance

Posted via email from .NET Info