Mode describing what is to be done when clicking in the map.
Namespace:
Ptv.XServer.Controls.Map.Gadgets
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax Public Enumeration DragMode
public enum class DragMode
Members
| Member name | Value | Description |
---|
| None | 0 | No special action. |
| Pan | 1 | Clicking in the map starts a panning. If the mouse button is clicked and the mouse is moved, the
map is panned. This means that the map is moved by the amount of the mouse move. |
| Select | 2 | Clicking in the map starts a zoom selection. If the mouse button is clicked and the mouse is
moved, a rectangle is shown. When releasing the mouse, the map is zoomed to this rectangle. |
| SelectOnShift | 3 |
The same as Select, but the Shift button has to be pressed for select, otherwise the map is panned.
|
See Also