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





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

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

 Syntax

C#  Copy Code

protected DiagramItem (
    DiagramItem prototype
)

Visual Basic  Copy Code

Protected New ( _
    prototype As DiagramItem _
)

 Parameters

prototype

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

 Remarks

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

 See Also

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