Back to Devexpress

TdxMapControlOptionsBehavior.Zooming Property

vcl-dxmapcontrol-dot-tdxmapcontroloptionsbehavior-f742b9e4.md

latest1.6 KB
Original Source

TdxMapControlOptionsBehavior.Zooming Property

Specifies if users can zoom the map.

Declaration

delphi
property Zooming: Boolean read; write; default True;

Property Value

TypeDefaultDescription
BooleanTrueTrue Default. End-user zoom functionality is enabled. Users can scroll the mouse wheel, press + and - keys, or use the zoom track bar displayed on the Navigation Panel.FalseMap zoom functionality is unavailable to users. The map zoom track bar is hidden on the Navigation Panel.

Remarks

You can set Scrolling and Zooming properties to False to prevent users from accidental map scrolling and zooming. For example, this scenario can be useful if you rely on external UI elements for map navigation.

Default Value

The Zooming property’s default value is True.

See Also

TdxMapControlOptionsBehavior.Animation Property

TdxCustomMapControl.ZoomLevel Property

TdxMapControlOptionsBehavior Class

TdxMapControlOptionsBehavior Members

dxMapControl Unit