TTeeZoom.Animated

TTeeZoom.Animated
TTeeZoom

property Animated: Boolean;

Unit
TeeProcs

Description
Default False

The Animated property determines if Zoom will be performed directly or it will be displayed as an animated sequence of zooms. The AnimatedSteps property controls the number of zoom steps. Animated can be useful when there are a lot of points.

This boolean property controls if Zoom will be instantaneous or it will be dynamic.

When Animated is True, Zoom is performed by applying successive Zooms. The number of Zoom steps can be changed using the AnimatedSteps property.

*This property supersedes the TCustomTeePanelExtended.AnimatedZoom property.