Initializes a new instance of the TreeViewNode class using the specified node as a prototype.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public TreeViewNode ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The treeview node to use as a prototype. The properties of the new treeview are initialized from the property values of prototype.
RemarksThis constructor copies the TreeViewNode property values from the specified prototype node.
See Also