MindFusion.Wpf Pack Programmer's Guide
ControlNode Constructor (ControlNode, UIElement)
See Also
 





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

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

 Syntax

C#  Copy Code

public ControlNode (
    ControlNode prototype,
    UIElement control
)

Visual Basic  Copy Code

Public New ( _
    prototype As ControlNode, _
    control 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.

control

The UIElement to associate with this node.

 See Also

ControlNode Constructor Overload List
ControlNode Class
MindFusion.Diagramming.Wpf Namespace