The tool handling the changes of a connection;
- translating the intermediate connection points
- adding and removing intermediate connection points
- connecting or detaching endpoints to/from a shape's connector.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
public class ConnectionManipulationTool : ToolBase, ITool, IMouseListener, IKeyboardListener
Inheritance: objectToolBaseConnectionManipulationTool
Implements:
Inherited Members
Constructors
Initializes a new instance of the ConnectionManipulationTool class.
public ConnectionManipulationTool()
Fields
Properties
Gets or sets the active manipulation point.
public IConnectionEditPoint ActiveManipulationPoint { get; set; }
The active manipulation point.
Methods
Initializes the specified service locator.
public override void Initialize(IGraphServiceLocator serviceLocator)
The service locator.
Overrides:
Handles the mouse double click event.
public virtual bool MouseDoubleClick(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Implements:
Handles the mouse-down event.
public virtual bool MouseDown(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Implements:
Handles the mouse-move event.
public virtual bool MouseMove(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Implements:
Handles the mouse-up event.
public virtual bool MouseUp(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Implements: