Share

AlongPathTextDefinition.horizontalAlignment Property

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

Description

Gets and sets the horizontal alignment of the text with respect to the path curve.

Syntax

"alongPathTextDefinition_var" is a variable referencing an AlongPathTextDefinition object.

# Get the value of the property.
propertyValue = alongPathTextDefinition_var.horizontalAlignment

# Set the value of the property.
alongPathTextDefinition_var.horizontalAlignment = propertyValue

Property Value

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

Version

Introduced in version December 2020

Was this information helpful?