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





Creates a ControlNode for the specified UIElement.

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

 Syntax

C#  Copy Code

public ControlNode (
    Diagram parent,
    UIElement control
)

Visual Basic  Copy Code

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

 Parameters

parent

Diagram instance providing default values

control

The UIElement wrapped by this ControlNode.

 See Also

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