SketchText.isHorizontalFlip Property

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

Description

Gets and sets if the text is flipped horizontally.

Syntax

"sketchText_var" is a variable referencing a SketchText object.

# Get the value of the property.
propertyValue = sketchText_var.isHorizontalFlip

# Set the value of the property.
sketchText_var.isHorizontalFlip = propertyValue
"sketchText_var" is a variable referencing a SketchText object.
#include <Fusion/Sketch/SketchText.h>

// Get the value of the property.
boolean propertyValue = sketchText_var->isHorizontalFlip();

// Set the value of the property, where value_var is a boolean.
bool returnValue = sketchText_var->isHorizontalFlip(value_var);

Property Value

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

Version

Introduced in version December 2020