Search
FreeFormNode.closed Property
See Also
 






Gets or sets whether the node's shape is closed.

Namespace: MindFusion.Diagramming
File: FreeFormNode.js

 Syntax

JavaScript  Copy Code

get closed() {}
set closed(value) {}

 Property Value

Boolean

true it this node has a closed shape, or false otherwise.

 See Also