Search
ControlNode Constructor (ControlNode, FrameworkElement)
See Also
 






Initializes a new instance of the ControlNode class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ControlNode (
    ControlNode prototype,
    FrameworkElement control
)

Visual Basic  Copy Code

Public New ( _
    prototype As ControlNode, _
    control As FrameworkElement _
)

 Parameters

prototype

The ControlNode from which to copy values for the node properties.

control

A FrameworkElement object to be hosted inside the new node.

 See Also