Search
DiagramNodeAdapter Constructor (DiagramNodeAdapter, UIElement)
See Also
 





Initializes a new instance of the DiagramNodeAdapter class using the specified node as a prototype.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DiagramNodeAdapter (
    DiagramNodeAdapter prototype,
    UIElement element
)

Visual Basic  Copy Code

Public New ( _
    prototype As DiagramNodeAdapter, _
    element As UIElement _
)

 Parameters

prototype
The node to use as a prototype. The properties of the new node are initialized from the property values of this node.
element
The UIElement to associate with this node.

 See Also