Share

TextCommandPalette.left Property

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

Description

Gets and sets the left side of the palette relative to screen space and in pixels. Because palettes can be positioned outside of the Fusion window, a value of zero indicates the left side of the screen and not the Fusion window.

Syntax

"textCommandPalette_var" is a variable referencing a TextCommandPalette object.

# Get the value of the property.
propertyValue = textCommandPalette_var.left

# Set the value of the property.
textCommandPalette_var.left = propertyValue

Property Value

This is a read/write property whose value is an integer.

Version

Introduced in version August 2017

Was this information helpful?