Search
ControlNode Constructor (Diagram, FrameworkElement)
See Also
 






Initializes a new instance of the ControlNode class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ControlNode (
    Diagram parent,
    FrameworkElement control
)

Visual Basic  Copy Code

Public New ( _
    parent As Diagram, _
    control As FrameworkElement _
)

 Parameters

parent

The Diagram from which to obtain default values for the node properties.

control

A FrameworkElement object to be hosted inside the new node.

 See Also