Search
MindFusion.Diagramming.WinForms.Behaviors Namespace
Classes
 

 Classes

  Class Description

BehaviorBase

An abstract base class for classes that define how MindFusion.Diagramming reacts to users' actions with a mouse or other pointing devices.

CustomTypesBehavior

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

DrawLinksBehavior

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

DrawNodesBehavior(T)

Implements functionality that allows users to draw nodes on the diagram canvas.

LinkNodesBehavior(T)

Implements functionality that allows users to draw nodes on the diagram canvas, when the interaction starts from an unoccupied point, and to connect nodes with links when the interaction starts from an existing node.

ModifyBehavior

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

PanBehavior

Implements the Pan and PanAndModify behaviors.

SelectOnlyBehavior

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

ZoomBehavior

Implements the Zoom behavior.