This constructor produces a link-representing data that connects two nodes and
also provides port-identifying information at each node and the text for a label annotation.
Syntax
Parameters
- fromnodekey
- the initial value for From
- fromport
- the initial string value for GraphLinksModelLinkData<NodeKey,PortKey>.FromPort
- tonodekey
- the initial value for To
- toport
- the initial string value for GraphLinksModelLinkData<NodeKey,PortKey>.ToPort
- labeltext
- the initial value for GraphLinksModelLinkData<NodeKey,PortKey>.Text
See Also