ClassConnectionTool
Class
The tool used to create a new connection.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public class ConnectionTool : PrimaryMouseToolBase, ITool, IMouseListener, IKeyboardListener
Inheritance: objectToolBasePrimaryMouseToolBaseConnectionTool
Implements:
Inherited Members
Constructors
ConnectionTool()
Initializes a new instance of the ConnectionTool class.
Declaration
cs-api-definition
public ConnectionTool()
Fields
Properties
ActiveConnection
The connection being manipulated (created).
Declaration
cs-api-definition
protected IConnection ActiveConnection { get; set; }
Property Value
Methods
KeyDown(KeyArgs)
Handles the key down event.
MouseDown(PointerArgs)
Handles the mouse-down event.
Declaration
cs-api-definition
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
cs-api-definition
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
cs-api-definition
public override bool MouseUp(PointerArgs e)
Parameters
e
The PointerArgs instance containing the event data.
Returns
Overrides