Share

CustomGraphicsText.formattedText Property

Parent Object: CustomGraphicsText
Defined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsText.h>

Description

Gets and sets the formatted text definition. This is the full string, including the formatting information, that's used to define the displayed text.

Syntax

"customGraphicsText_var" is a variable referencing a CustomGraphicsText object.

# Get the value of the property.
propertyValue = customGraphicsText_var.formattedText

# Set the value of the property.
customGraphicsText_var.formattedText = propertyValue

Property Value

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

Version

Introduced in version April 2019

Was this information helpful?