How can you see a silverlight application in full-screen mode?
Answer / Prashant Gangwar
"In HTML hosting, you can use JavaScript code or use the Silverlight plug-in to enable full-screen mode. In XAML, it can be done programmatically using the Application.Current.Host.Content.IsFullScreen = true; statement."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the different development tools used in silverlight?
What are the necessary step that need to be performed in order to download content from within silverlight?
Is it possible to consume wcf and web services in silverlight application?
What do you understand by the term Silverlight Run Time?
Is it ok to uninstall microsoft silverlight?
What is the difference between wpf (windows presentation foundation) and microsoft silverlight?
Can we add the reference of a class library project in silverlight application project?
What is Storyboard class in Silverlight?
What do you mean by silverlight.js file?
Differentiate between Silverlight and Windows Presentation Foundation (WPF)?
What is the role of silverlight plugin in the silverlight application life-cycle?
how can you change the startup page of silevrlight application?