Click or drag to resize

DragMode Enumeration

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 enum DragMode
Members
  Member nameValueDescription
None0 No special action.
Pan1 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.
Select2 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.
SelectOnShift3 The same as Select, but the Shift button has to be pressed for select, otherwise the map is panned.
See Also