Search
LinkShapesBehavior Members
Constructors Properties Methods
 


This class is used when the diagram behavior is set to Behavior.LinkShapes.

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

 Protected Constructors

  Name Description

LinkShapesBehavior

Initializes a new instance of the LinkShapesBehavior class.

 Protected Properties

  Name Description

Diagram

The Diagram object that is being modified. (Inherited from Interaction.)

InteractionState

Gets or sets an InteractionState instance that tracks the modification currently being done on an item. (Inherited from BehaviorBase.)

MouseDownPoint

Gets or sets the position of the mouse when its button has been pressed. (Inherited from BehaviorBase.)

 Public Methods

  Name Description

SetMouseCursor

BehaviorBase.SetMouseCursor override. (Inherited from LinkNodesBehavior.)

StartDraw

BehaviorBase.StartDraw override. (Inherited from LinkNodesBehavior.)

 Protected Methods

  Name Description

CreateLink

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

CreateNode

LinkNodesBehavior.CreateNode override.

IsKeyDown

Indicates whether the provided key is currently pressed down. (Inherited from BehaviorBase.)

IsTouch

Indicates whether the source of the interaction is from touch input device. (Inherited from BehaviorBase.)

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.)

StartInteraction

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

 See Also