TdxMapControlOptionsBehavior.Animation Property
In This Article
Specifies if map zoom animations are enabled.
#Declaration
Delphi
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 Actual
#Default Value
The Animation
property’s default value is True
.
See Also