Initializes a new instance of the ConnectionPoint class between the specified node and link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ConnectionPoint ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The node whose connection to a link is managed by this ConnectionPoint.
The link whose connection to a node is managed by this ConnectionPoint.
Specifies which end of the link is represented by this ConnectionPoint.
See Also