MediaExperience.IsFullScreen Property

Gets a value that indicates whether the current Windows Media Center experience is in full-screen mode.

Syntax

public Boolean IsFullScreen {get;}

Property Value

System.Boolean. It is true if the current experience is in full-screen mode, and false otherwise.

This property is read-only.

Remarks

An application can use this property to determine whether a call to the ApplicationContext.ReturnToApplication method would be appropriate.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also