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#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetFullScreen(
	bool fullScreen,
	Size fullScreenSize
)

Parameters

fullScreen
Type: System..::.Boolean
Whether switch to full screen mode or to window mode.
fullScreenSize
Type: System.Drawing..::.Size
The size in the full screen mode.

See Also