GoXam for WPF v3
LinkingBaseTool Class
Members 
Northwoods.GoXam.Tool Namespace : LinkingBaseTool Class
This abstract class is the base class for LinkingTool and RelinkingTool.
Object Model
LinkingBaseTool 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 abstract class LinkingBaseTool : DiagramTool, IDiagramTool  
Remarks

This class includes properties for defining and accessing any temporary nodes and temporary link that are used during any linking operation, as well as access to the existing diagram's nodes and link.

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.LinkingTool
                        Northwoods.GoXam.Tool.RelinkingTool

See Also

Reference

LinkingBaseTool Members
Northwoods.GoXam.Tool Namespace