GoXam for WPF v3
IsLinked Method (LinkingBaseTool)
Northwoods.GoXam.Tool Namespace > LinkingBaseTool Class : IsLinked Method
a FrameworkElement representing the "from" port
a FrameworkElement representing the "to" port
This predicate is true if there is a link in the model going from fromport to toport.
Syntax
public virtual bool IsLinked( 
   FrameworkElement fromport,
   FrameworkElement toport
)

Parameters

fromport
a FrameworkElement representing the "from" port
toport
a FrameworkElement representing the "to" port
See Also

Reference

LinkingBaseTool Class
LinkingBaseTool Members