Search
ShapeNode.rotateText Property
See Also
 






Gets or sets a value indicating whether text gets rotated along with the node.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

get rotateText() {}
set rotateText(value) {}

 Property Value

Boolean

true to rotate the text, or false to keep it horizontal.

 See Also