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

TdxCustomMapControl.ActualZoomLevel Property

Returns the current map zoom level.

#Declaration

Delphi
property ActualZoomLevel: Double read;

#Property Value

Type Description
Double

The current map zoom level.

The property value ranges between 1.0 (zoomed out) and 20.0 (zoomed in).

#Remarks

Use the ActualZoomLevel property to track the current map zoom level. In addition, you can handle the OnZoomLevelChanged event to execute custom code in response to zoom level changes.

You can use the ZoomLevel property to specify the required map zoom level or call the ZoomIn or ZoomOut procedure to increment or decrement the zoom level.

See Also