GoXam for WPF v3
UniversalLinkData Constructor(Object,Object,String)
Northwoods.GoXam.Model Namespace > UniversalLinkData Class > UniversalLinkData Constructor : UniversalLinkData Constructor(Object,Object,String)
the initial value for From
the initial value for To
the initial value for GraphLinksModelLinkData<NodeKey,PortKey>.Text
This constructor produces a link-representing data that connects two nodes, identified by their node data keys, and the text for a label annotation.
Syntax
public UniversalLinkData( 
   object fromnodekey,
   object tonodekey,
   string labeltext
)

Parameters

fromnodekey
the initial value for From
tonodekey
the initial value for To
labeltext
the initial value for GraphLinksModelLinkData<NodeKey,PortKey>.Text
See Also

Reference

UniversalLinkData Class
UniversalLinkData Members
Overload List