Search
MindFusion.Diagramming.Wpf.Behaviors Namespace
Classes
 

 Classes

  Class Description

BehaviorBase

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

CustomTypesBehavior

This class is used when view's Behavior is set to Behavior.Custom.

DrawControlsBehavior

This class is used when view's Behavior is set to BehaviorType.DrawControls.

DrawFreeFormsBehavior

This class is used when view's Behavior is set to Behavior.DrawFreeForms.

DrawLinksBehavior

This class is used when view's Behavior is set to Behavior.DrawLinks.

DrawNodesBehavior(T)

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

LinkControlsBehavior

This class is used when view's Behavior is set to BehaviorType.LinkControls.

LinkFreeFormsBehavior

This class is used when view's Behavior is set to Behavior.LinkFreeForms.

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 view's Behavior is set to Behavior.Modify.

MoveNodesBehavior

This class is used when view's Behavior is set to Behavior.MoveNodes.

PanBehavior

Implements the Pan and PanAndModify behaviors.

SelectOnlyBehavior

This class is used when view's Behavior is set to Behavior.SelectOnly.

ZoomBehavior

Implements the Zoom behavior.