Search
ContainerNode.shape Property
See Also
 





Gets or sets the shape of the node's outline.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

get shape() {}
set shape(value) {}

 Property Value

SimpleShape

A member of the SimpleShape enumeration.

 See Also