ImageEn, unit imageenview

TImageEnView.DelayZoomTime

TImageEnView.DelayZoomTime


Declaration

property DelayZoomTime: Integer;


Description

ImageEn has a timer that decrements a counter at each tick (you can set the tick delay using DelayTimer property). This timer controls the selection animation and the application of filters on scrolling (when DelayZoomFilter is true).
DelayZoomTime controls only the delay zoom filter application.

Default: 4 (apply filter after 4 ticks since last scroll)