Google News
logo
Silverlight - Interview Questions
How can you see a Silverlight application in full-screen mode?
The Silverlight application can be shown in full screen mode by using the following command :
 
Application.Current.Host.Content.IsFullScreen = true;
Advertisement