MindFusion.Wpf Pack Programmer's Guide
Behavior Enumeration
See Also
 





Specifies how the MapView control repsonds to user interactions with the mouse.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public enum Behavior

Visual Basic  Copy Code

Public Enum Behavior

 Members

  Member name Description

Pan

Indicates that the user will scroll the view when dragging with the mouse.

Select

Indicates that the user will select multiple elements in the view when dragging with the mouse.

 Remarks

Members of this enumeration can be assigned to the Behavior property of the MapView class.

 See Also

MindFusion.Mapping.Wpf Namespace