DiagramItem.CreateProperties override.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksThis method is invoked by the undo/redo subsystem when creating a ChangeItemCmd instance.
See Also