Search
ShapeNode.rotateImage Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

get rotateImage() {}
set rotateImage(value) {}

 Property Value

Boolean

true to rotate the image, or false otherwise.

 See Also