Wednesday, March 16, 2011

Going Full Screen Mode in Silverlight

In Silverlight Application using App.Current.Host.Content  IsFullScreen property we can go Full Screen mode.

First get the App.Current.Host.Content value and change to True if IsFullScreen is False.

image

image

when you click Full Screen Button here is the button click  event handler code.

image

Here is the FullScreenChanged Event Handler.

image

 

Nandri(Thanks)

SreenivasaRagavan

No comments: