Search
DiagramNode.CreateProperties Method
See Also
 





DiagramItem.CreateProperties override.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override DiagramItemProperties CreateProperties ()

Visual Basic  Copy Code

Protected Overrides Function CreateProperties () As DiagramItemProperties

 Return Value

A DiagramNodeProperties object that will be used to store the properties of this node.

 Remarks

This method is invoked by the undo/redo subsystem when creating a ChangeItemCmd instance.

 See Also