Palette.isTransparent Property

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

Description

Returns if this palette was created as a transparent palette.

Syntax

"palette_var" is a variable referencing a Palette object.

# Get the value of the property.
propertyValue = palette_var.isTransparent
"palette_var" is a variable referencing a Palette object.
#include <Core/UserInterface/Palette.h>

// Get the value of the property.
boolean propertyValue = palette_var->isTransparent();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version March 2024