[]
Gets or sets a value indicating whether the player is running maximized.
public bool IsFullScreen { get; set; }
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.