NavigationManagerTwoDRecenterBorderSize Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
When the MapCtrl is in MapPerspective.TwoD mode and the NavigationManager.Orientation
is MapOrientation.North, the map is only redrawn when the vehicle icon enters a border
region around the edge of the map. This property controls the size, in pixels, of that
border region.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public int TwoDRecenterBorderSize { get; set; }
Public Property TwoDRecenterBorderSize As Integer
Get
Set
Property Value
Type:
Int32Remarks
If the border size is at least half of either the width or the height of the MapCtrl
then the map is redrawn every time the vehicle moves by at least 1 pixel. By default
the border size is int.MaxValue, making that behavior the default.
See Also