Sets whether the view panel will be displayed in the fullscreen mode.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void SetFullScreen(
	bool fullScreen
)

Parameters

fullScreen
Type: System..::.Boolean
Whether switch to full screen mode or to window mode.

See Also