Share

CustomGraphicsText.width Property

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

Description

The actual width of the text in centimeters. This is useful when you want to position several GraphicsText objects together.

Syntax

"customGraphicsText_var" is a variable referencing a CustomGraphicsText object.

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

Property Value

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

Version

Introduced in version April 2019

Was this information helpful?