DiagramItem.CreateProperties override.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
protected override DiagramItemProperties CreateProperties () |
Visual Basic Copy Code |
---|
Protected Overrides Function CreateProperties () As DiagramItemProperties |
A DiagramNodeProperties object that will be used to store the properties of this node.
This method is invoked by the undo/redo subsystem when creating a ChangeItemCmd instance.