DragBehavior Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Defines the behavior of an
IMap when it is dragged with the mouse.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Public Enumeration DragBehavior
Members
| Member name | Value | Description |
---|
| None | 0 |
Don't do anything.
|
| Box | 1 |
Zoom in using a box dragged around the area.
|
| Hand | 2 |
Allow the hand tool to pan the map.
|
See Also