Search
ShapeNode.flipY Property
See Also
 





Gets or sets a value indicating whether the node's shape is fliped vertically.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

get flipY() {}
set flipY(value) {}

 Property Value

Boolean

true if the shape is flipped vertically, or false otherwise.

 See Also