Northwoods.GoSilverlight 1.2.2 Assembly
DraggingTool Class
Members  See Also  Send Feedback
Northwoods.GoXam.Tool Namespace : DraggingTool Class

The DraggingTool is used to move or copy selected parts with the mouse.

Syntax

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

Requirements

See Also

© 2010 All Rights Reserved.