GoXam for WPF v3
DraggingTool Class
Members 
Northwoods.GoXam.Tool Namespace : DraggingTool Class
The DraggingTool is used to move or copy selected parts with the mouse.
Object Model
DraggingTool ClassPart ClassDiagram ClassLink ClassPart ClassDraggingTool 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 DraggingTool : DiagramTool, IDiagramTool  
Remarks

This tool does not utilize any Northwoods.GoXam.Adornments or tool handles.

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.DraggingTool

See Also

Reference

DraggingTool Members
Northwoods.GoXam.Tool Namespace