Initializes a new instance of the ControlNode class using the specified control node as a prototype.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public ControlNode ( |
The node to use as a prototype. The properties of the new node are initialized from the property values of this node.
See Also