Specifies how the MapView control repsonds to user interactions with the mouse.
Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf
SyntaxC#
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
See Also