Search
ControlNode Constructor (Diagram)
See Also
 

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

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public ControlNode (
    Diagram parent
)

 Parameters

parent

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

 See Also