Search
LinkNodesBehavior Members
Constructors Properties Methods
 


Declares a base class for all node-link behaviors, such as LinkShapesBehavior, LinkTablesBehavior, and so on.

The following tables list the members exposed by the LinkNodesBehavior type.

 Protected Constructors

  Name Description

LinkNodesBehavior

Initializes a new instance of the LinkNodesBehavior class.

 Protected Properties

  Name Description

Diagram

Gets a reference to the Diagram instance this behavior is associated with. (Inherited from BehaviorBase.)

DiagramView

Gets a reference to the DiagramView control this interaction is associated with. (Inherited from Interaction.)

 Public Methods

  Name Description

SetMouseCursor

BehaviorBase.SetMouseCursor override.

ShouldMoveSelection

Gets whether the control should start moving the selection. (Inherited from BehaviorBase.)

StartDraw

BehaviorBase.StartDraw override.

 Protected Methods

  Name Description

CancelDrag

Interaction.CancelDrag override. (Inherited from BehaviorBase.)

CreateLink

Creates a link of the type appropriate for the current behavior. (Inherited from BehaviorBase.)

CreateNode

Creates a node of the type appropriate for the current behavior.

OnMouseDown

Interaction.OnMouseDown override. (Inherited from BehaviorBase.)

OnMouseMove

Interaction.OnMouseMove override. (Inherited from BehaviorBase.)

OnMouseUp

Interaction.OnMouseUp override. (Inherited from BehaviorBase.)

SetModfCursor

Updates the current cursor according to the specified cursor position and diagram state. (Inherited from BehaviorBase.)

StartDrawCommon

Invoked by the control when the user presses the left mouse button. (Inherited from BehaviorBase.)

 See Also