how can be a silverlight application shown in full-screen mode?
Answer / Viplov Bhrdwaj
To display a Silverlight application in full-screen mode, you can use the following approach:n1. Create a custom FullScreenButton behavior for the application.n2. Set the Application.Current.Host.Content.Width and Application.Current.Host.Content.Height properties to the screen size.n3. Implement a method to toggle between full-screen and normal mode when the user clicks the FullScreenButton.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the silverlight official name?
Give a brief description of the .XAP file
does silverlight application supports desktop implementation?
Can we use external fonts in Silverlight? How
What you must require in order to run silverlight applications on a web server?
Which platforms does Silverlight support?
Explain the term Moonlight?
What is the Silverlight plug-in?
Why we use XAML language in Silverlight?
How can silverlight use asx files?
How can you check the internet connection status in silverlight?
Differentiate between Silverlight and Windows Presentation Foundation (WPF)?