MindFusion.Diagramming for JavaScript Programmer's Guide

ShapeNode.setShape Method

See Also
 





Sets a reference to the node's geometric shape definition.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

function setShape (value)

 Parameters

value
An instance of the Shape class.

 Remarks

Use this property to assign a geometric shape to a node.

 See Also