Search
ShapeNode.allowFlip Property
See Also
 





Gets or sets whether the node's shape flips when users drag an edge over its opposite edge.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

get allowFlip() {}
set allowFlip(value) {}

 Property Value

Boolean

true to flip the shape, or false otherwise.

 See Also