TdxMapControlOptionsBehavior.Animation Property
Specifies if map zoom animations are enabled.
Declaration
property Animation: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
Remarks
The Map Control plays map zoom change animations if the Animation
property is set to True
(default). Otherwise, the Map Control redraws the displayed map immediately at the target zoom level.
Tip
You can use the Map Control‘s ActualZoomLevel property to identify the current zoom level during a zoom animation.
Default Value
The Animation
property’s default value is True
.
See Also