DraggingTool
Class
Tool handling the translation of items.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public class DraggingTool : ToolBase, ITool, IMouseListener
Inheritance: objectToolBaseDraggingTool
Implements:
Inherited Members
Constructors
Initializes a new instance of the DraggingTool class.
C#
public DraggingTool()
Fields
Methods
Initializes the specified service locator.
C#
public override void Initialize(IGraphServiceLocator serviceLocator)
The service locator.
Overrides:
Handles the mouse double click event.
C#
public virtual bool MouseDoubleClick(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Implements:
Handles the mouse-down event.
C#
public virtual bool MouseDown(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Implements:
Handles the mouse-move event.
C#
public virtual bool MouseMove(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Implements:
Handles the mouse-up event.
C#
public virtual bool MouseUp(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Implements: