Share

Viewport.isFullScreen Property

Parent Object: Viewport
Defined in namespace "adsk::core" and the header file is <Core/Application/Viewport.h>

Description

Gets and sets if the view is in full screen mode.

Syntax

"viewport_var" is a variable referencing a Viewport object.

# Get the value of the property.
propertyValue = viewport_var.isFullScreen

# Set the value of the property.
viewport_var.isFullScreen = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version September 2021

Was this information helpful?