Search
ShapeNode.getRotateText Method
See Also
 

Gets a value indicating whether the text displayed inside a node should rotate together with the node.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean getRotateText ()

 Return Value

true if the node text rotates when the node is rotated, otherwise false.

 See Also