AlongPathTextDefinition.horizontalAlignment Property
Parent Object:
AlongPathTextDefinitionDefined 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
|
"alongPathTextDefinition_var" is a variable referencing an AlongPathTextDefinition object.
#include <Fusion/Sketch/AlongPathTextDefinition.h>
// Get the value of the property. HorizontalAlignments propertyValue = alongPathTextDefinition_var->horizontalAlignment();
// Set the value of the property, where value_var is a HorizontalAlignments. bool returnValue = alongPathTextDefinition_var->horizontalAlignment(value_var);
|
Property Value
This is a read/write property whose value is a
HorizontalAlignments.
Version
Introduced in version December 2020