Search
ControlNode Constructor
See Also
 





Initializes a new instance of the ControlNode class with default values supplied from the specified Diagram.

Namespace: MindFusion.Diagramming
File: ControlNode.js

 Syntax

JavaScript  Copy Code

function ControlNode ([diagramView])

 Parameters

diagramView
Optional.

DiagramView. The DiagramView from which to obtain default values for the node properties.

 See Also