Northwoods.GoSilverlight 1.3.5 Assembly
RelinkingTool Class
Members  See Also  Send Feedback
Northwoods.GoXam.Tool Namespace : RelinkingTool Class

The RelinkingTool allows the user to reconnect an existing Northwoods.GoXam.Link.

Syntax

Visual Basic (Declaration) 
Public Class RelinkingTool 
   Inherits LinkingBaseTool
   Implements IDiagramTool 
C# 
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.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            Northwoods.GoXam.Tool.DiagramTool
               Northwoods.GoXam.Tool.LinkingBaseTool
                  Northwoods.GoXam.Tool.RelinkingTool

Requirements

See Also

© 2012 All Rights Reserved.