how can be a silverlight application shown in full-screen mode?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category