Initializes a new instance of the TreeViewNode class.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public TreeViewNode ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
RemarksThis constructor initializes the TreeViewNode properties with the values specified in the respective default-value properties of the Diagram object.
See Also