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 silverlight run time?
What are the animation types supported by silverlight?
How to add the reference of a class library project in silverlight application project?
What are the features and benefits of Silverlight5?
What is the use of AppManifest.xml file in Siverlight Application?
How can you change the startup page of silverlight application?
What are dependency properties in silverlight?
What is isolated storage in silverlight?
What is the best place to start silverlight application?
Is ado.net objects supported in microsoft silverlight project?
What are deep zoom and deep zoom composer?
Explain teh purpose of parent xaml tag of silverlight page?