MindFusion.Diagramming for JavaScript Programmer's Guide

ShapeNode.getShape Method

See Also
 





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

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

function getShape ()

 Return Value

The Shape of this node.

 Remarks

Use this property to get the geometric shape of the node.

 See Also