MapCtrlZoomEnable Property | ![Verizon Connect Logo](../icons/logo.jpg) |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Specifies whether the user should be able to zoom the map in and out, either by scrolling the mouse wheel or by
dragging out a zoom-box. If this is false, then the zoom-to-rect behavior will be disabled, and
scrolling the mouse-wheel over the map will have no effect.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntaxpublic bool ZoomEnable { get; set; }
Public Property ZoomEnable As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksDefaults to true.
See Also