DiagramLite Programmer's Guide
ControlNode Constructor (ControlNode, FrameworkElement)
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 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

ControlNode Constructor Overload List
ControlNode Class
MindFusion.Diagramming Namespace