Class DraggingTool
Tool handling the translation of items.
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class DraggingTool : ToolBase, ITool, IMouseListener
Constructors
DraggingTool()
Fields
ToolName
The name of the dragging tool.
Declaration
public const string ToolName = "Dragging Tool"
Field Value
System.
|
Methods
Initialize(IGraphServiceLocator)
Initializes the specified service locator.
Declaration
public override void Initialize(IGraphServiceLocator serviceLocator)
Parameters
IGraph The service locator. |
Overrides
MouseDoubleClick(PointerArgs)
Handles the mouse double click event.
Declaration
public virtual bool MouseDoubleClick(PointerArgs e)
Parameters
Pointer The Pointer |
Returns
System.
|
Implements
MouseDown(PointerArgs)
Handles the mouse-down event.
Declaration
public virtual bool MouseDown(PointerArgs e)
Parameters
Pointer The Pointer |
Returns
System.
|
Implements
MouseMove(PointerArgs)
Handles the mouse-move event.
Declaration
public virtual bool MouseMove(PointerArgs e)
Parameters
Pointer The Pointer |
Returns
System.
|
Implements
MouseUp(PointerArgs)
Handles the mouse-up event.
Declaration
public virtual bool MouseUp(PointerArgs e)
Parameters
Pointer The Pointer |
Returns
System.
|