GoXam for WPF v3
RelinkingTool Class
Members 
Northwoods.GoXam.Tool Namespace : RelinkingTool Class
The RelinkingTool allows the user to reconnect an existing Northwoods.GoXam.Link.
Object Model
RelinkingTool ClassDiagram ClassNode ClassLink ClassNode ClassNode ClassLink ClassNode Class
Syntax
[DesignTimeVisible(false)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class RelinkingTool : LinkingBaseTool, IDiagramTool  
Remarks

By default an instance of this tool is installed as a mouse-down tool in each Northwoods.GoXam.Diagram, as the value of Northwoods.GoXam.Diagram.RelinkingTool.

This tool makes use of two Northwoods.GoXam.Adornments, each including a relink handle (one for each end of the link), shown when a link is selected.

This tool conducts a model edit (DiagramTool.StartTransaction and DiagramTool.StopTransaction) while the tool is DiagramTool.Active.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  Northwoods.GoXam.Tool.DiagramTool
                     Northwoods.GoXam.Tool.LinkingBaseTool
                        Northwoods.GoXam.Tool.RelinkingTool

See Also

Reference

RelinkingTool Members
Northwoods.GoXam.Tool Namespace