Creates an item property set corresponding to the type of this diagram item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual DiagramItemProperties CreateProperties () |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function CreateProperties () As DiagramItemProperties |
A DiagramItemProperties -derived object containing a snapshot of the item's properties.
RemarksThis method is invoked by the undo/redo subsystem when creating a ChangeItemCmd instance.
See Also