Search
Behavior Enumeration
See Also
 






Defines values that specify how the component responds to actions performed by the user.

Namespace: MindFusion.Mapping.WinForms
Assembly: MindFusion.Mapping.WinForms

 Syntax

C#  Copy Code

public enum Behavior

Visual Basic  Copy Code

Public Enum Behavior

 Members

  Member name Description

Pan

Dragging with the mouse pans the view.

Select

Draw a selection rectangle.

 See Also