MindFusion.Diagramming for JavaScript Programmer's Guide

ShapeNode.setRotateText Method

See Also
 





Sets a value indicating whether text is rotated when the node is rotated.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

function setRotateText (value)

 Parameters

value

true if the text is rotated; otherwise, false.

 See Also