Gets or sets a value indicating whether the player is running maximized.

Namespace:  C1.Silverlight.MediaPlayer
Assembly:  C1.Silverlight.MediaPlayer (in C1.Silverlight.MediaPlayer.dll)

Syntax

C#
public bool IsFullScreen { get; set; }
Visual Basic
Public Property IsFullScreen As Boolean
	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