Search
ShapeNode.shape Property
See Also
 





Gets or sets the geometric shape displayed by this node.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Shape | String

The Shape of this node.

 See Also