TdxMapControlOptionsBehavior.Zooming Property
In This Article
Specifies if users can zoom the map.
#Declaration
Delphi
property Zooming: Boolean read; write; default True;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
#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