Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MapControl.ZoomToFitLayerItems Method

Name Parameters Description
ZoomToFitLayerItems() none Zooms the map to fit items contained by the MapControl.Layers property.
ZoomToFitLayerItems(Boolean) roundZoomLevel Zooms the map to fit items that all map layers contain.
ZoomToFitLayerItems(IEnumerable<LayerBase>, Double, Boolean) layers, paddingFactor, roundZoomLevel Zooms the map to fit items contained in the layers passed in the method parameters.
ZoomToFitLayerItems(IEnumerable<LayerBase>, Double) layers, paddingFactor Zooms the map to fit items contained in the specified set of LayerBase class descendant objects.
ZoomToFitLayerItems(IEnumerable<LayerBase>) layers Zooms the map to fit items contained in the specified set of LayerBase class descendant objects.
ZoomToFitLayerItems(Double) paddingFactor Zooms the map to fit items contained by the MapControl.Layers property.