FullScreen

Gets and sets an enum that determines the application layout. The following are the possible values:

§   FULL_SCREEN_NONE = 0
TerraExplorer restored to normal size. If the layout was customized, then it is restored to the customized layout.

§   FULL_SCREEN_STANDARD = 1
3D Window maximized, and Ribbon hidden.

§   FULL_SCREEN_D3D = 2
3D Window maximized to cover the entire desktop, hiding all running applications.

§   FULL_SCREEN_STEREOSCOPIC = 3
Side-by-side stereo view on any supporting displays.

§   FULL_SCREEN_WITH_CAPTION = 4
TerraExplorer displayed in window with caption. Within the window, 3D Window is maximized and Ribbon is hidden.

 

JavaScript

 

FullScreen

 

C#

 

FullScreenMode FullScreen { get; set;}

 

C++

 

HRESULT FullScreen([in] FullScreenMode pVal)

HRESULT FullScreen([out, retval] FullScreenMode* pVal)