MapClickDragMode¶
Namespace: ThinkGeo.UI.Wpf
This enumeration specifies the behavior that occurs when you click-and-drag on the MapControl. The default value is ZoomOutWithKey.
public enum MapClickDragMode
Inheritance Object → ValueType → Enum → MapClickDragMode
 Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description | 
|---|---|---|
| Default | 0 | Default value (Disabled) of the enumeration. | 
| RotateWithKey | 1 | This enumeration item means that the map will rotate when a click-and-drag operation occurs. | 
| ZoomInWithKey | 2 | This enumeration item means that the map will ZoomIn when a click-and-drag operation occurs. | 
| Disabled | 3 | This enumeration items means that the ZoomOut functionality for clicking-and-dragging will be disabled. |