ClassPanningTool
Activated when pan action is going to be executed.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
public class PanningTool : PrimaryMouseTool, ITool, IMouseListener, IKeyboardListener
Inheritance: objectToolBasePrimaryMouseToolBasePrimaryMouseToolPanningTool
Implements:
Inherited Members
Constructors
PanningTool()
Initializes a new instance of the PanningTool class.
Declaration
public PanningTool()
Fields
Methods
KeyDown(KeyArgs)
Handles the key down event.
MouseDown(PointerArgs)
Handles the mouse-down event.
Declaration
public override bool MouseDown(PointerArgs e)
Parameters
e
The PointerArgs instance containing the event data.
Returns
Overrides
MouseMove(PointerArgs)
Handles the mouse-move event.
Declaration
public override bool MouseMove(PointerArgs e)
Parameters
e
The PointerArgs instance containing the event data.
Returns
Overrides
MouseUp(PointerArgs)
Handles the mouse-up event.
Declaration
public override bool MouseUp(PointerArgs e)
Parameters
e
The PointerArgs instance containing the event data.
Returns
Overrides
OnDeactivated()
Called when tool is IsActive is changed to false.
Declaration
protected override void OnDeactivated()
Overrides