Search
DiagramItem.CreateState Method
See Also
 






Creates an item state corresponding to the type of this diagram item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual DiagramItemState CreateState ()

Visual Basic  Copy Code

Protected Overridable Function CreateState () As DiagramItemState

 Return Value

An instance of the DiagramItemState class.

 See Also