MindFusion.Wpf Pack Programmer's Guide
TreeViewItem Constructor (TreeViewItem)
See Also
 





Initializes a new instance of the TreeViewItem class using the specified item as a prototype.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public TreeViewItem (
    TreeViewItem prototype
)

Visual Basic  Copy Code

Public New ( _
    prototype As TreeViewItem _
)

 Parameters

prototype

The treeview item to use as a prototype. The properties of the new treeview are initialized from the property values of prototype.

 Remarks

This constructor copies the TreeViewItem property values from the specified prototype item.

 See Also

TreeViewItem Constructor Overload List
TreeViewItem Class
MindFusion.Diagramming.Wpf Namespace