Search
PanBehavior Methods
 


 Public Methods

 Protected Methods

  Name Description

CreateLink

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

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

BehaviorBase.OnMouseDown override.

OnMouseMove

BehaviorBase.OnMouseMove override.

OnMouseUp

BehaviorBase.OnMouseUp override.

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