diff --git a/MapControl/Shared/MapBase.cs b/MapControl/Shared/MapBase.cs index 335dfbcf..6702a35e 100644 --- a/MapControl/Shared/MapBase.cs +++ b/MapControl/Shared/MapBase.cs @@ -352,7 +352,7 @@ namespace MapControl } /// - /// Sets the TargetZoomLevel and TargetCenter properties so that the specified bounding box + /// Sets the TargetZoomLevel and TargetCenter properties so that the specified BoundingBox /// fits into the current view. The TargetHeading property is set to zero. /// public void ZoomToBounds(BoundingBox boundingBox)