Initializes a new instance of the DiagramItem class using the specified diagram item as a prototype.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
protected DiagramItem ( |
Visual Basic Copy Code |
---|
Protected New ( _ |
The item to use as a prototype. The properties of the new item are initialized from the property values of this item.
This constructor copies the DiagramItem property values from the specified prototype item.
WpfDiagram Programmer's Guide | © 2024 MindFusion |