Initializes a new instance of the TreeViewNode class.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public TreeViewNode ( |
The Diagram from which to obtain default values for the node properties.
RemarksThis constructor initializes the TreeViewNode properties with the values specified in the respective default-value properties of the Diagram object.
See Also