Class ConnectionManipulationTool
The tool handling the changes of a connection;
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class ConnectionManipulationTool : ToolBase, ITool, IMouseListener, IKeyboardListener
Constructors
ConnectionManipulationTool()
Initializes a new instance of the ConnectionManipulationTool class.
Declaration
public ConnectionManipulationTool()
Fields
ToolName
The name of the connection manipulation tool.
Declaration
public const string ToolName = "ConnectionManipulation Tool"
Field Value
System.String
|
Properties
ActiveManipulationPoint
Gets or sets the active manipulation point.
Declaration
public IConnectionEditPoint ActiveManipulationPoint { get; set; }
Property Value
IConnectionEditPoint
The active manipulation point. |
Methods
Initialize(IGraphServiceLocator)
Initializes the specified service locator.
Declaration
public override void Initialize(IGraphServiceLocator serviceLocator)
Parameters
IGraphServiceLocator
serviceLocator
The service locator. |
Overrides
KeyDown(KeyArgs)
Handles the key down event.
Declaration
public virtual bool KeyDown(KeyArgs key)
Parameters
KeyArgs
key
|
Returns
System.Boolean
|
Implements
KeyUp(KeyArgs)
Handles the key up event.
Declaration
public virtual bool KeyUp(KeyArgs key)
Parameters
KeyArgs
key
|
Returns
System.Boolean
|
Implements
MouseDoubleClick(PointerArgs)
Handles the mouse double click event.
Declaration
public virtual bool MouseDoubleClick(PointerArgs e)
Parameters
PointerArgs
e
The PointerArgs instance containing the event data. |
Returns
System.Boolean
|
Implements
MouseDown(PointerArgs)
Handles the mouse-down event.
Declaration
public virtual bool MouseDown(PointerArgs e)
Parameters
PointerArgs
e
The PointerArgs instance containing the event data. |
Returns
System.Boolean
|
Implements
MouseMove(PointerArgs)
Handles the mouse-move event.
Declaration
public virtual bool MouseMove(PointerArgs e)
Parameters
PointerArgs
e
The PointerArgs instance containing the event data. |
Returns
System.Boolean
|
Implements
MouseUp(PointerArgs)
Handles the mouse-up event.
Declaration
public virtual bool MouseUp(PointerArgs e)
Parameters
PointerArgs
e
The PointerArgs instance containing the event data. |
Returns
System.Boolean
|