Search
DiagramNode Constructor ()
See Also
 





Initializes a new instance of the DiagramNode class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected DiagramNode ()

Visual Basic  Copy Code

Protected Sub New ()

 Remarks

This constructor sets the DiagramNode properties to their default values.

 See Also