<viz:window>.setFullscreen

Set fullscreen mode of window

 

<viz:window>.setFullscreen(
    mode = viz.ON    

)

 

mode = viz.ON

Can be one of the following values:

viz.ON
viz.OFF
viz.TOGGLE


Remarks

This command will set the fullscreen mode of the display window.

Return Value

None