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





Creates a ControlNode that wraps the specified UIElement.

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

 Syntax

C#  Copy Code

public ControlNode (
    UIElement control
)

Visual Basic  Copy Code

Public New ( _
    control As UIElement _
)

 Parameters

control

The UIElement wrapped by this ControlNode.

 See Also

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