ComponentOne MediaPlayer for WPF and Silverlight
IsFullScreen Property (C1MediaPlayer)

C1.Silverlight.MediaPlayer Namespace > C1MediaPlayer Class : IsFullScreen Property
Gets or sets a value indicating whether the player is running maximized.
Syntax
'Declaration
 
Public Property IsFullScreen As Boolean
public bool IsFullScreen {get; set;}
Remarks
When full screen is abandoned this property resets to false automatically. It’s possible for the application to be maximized and this property to be false, for example an application containing several media players can only maximize one at a time.
See Also

Reference

C1MediaPlayer Class
C1MediaPlayer Members