MapCtrlPanEnable 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 pan the map with the mouse. If this is false, then all
dragging behaviors for the map are disabled (including the zoom-to-rect action).
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntaxpublic bool PanEnable { get; set; }
Public Property PanEnable As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksDefaults to true.
See Also