Skip to main content

TdxPDFViewerOptionsFindPanel.AnimationTime Property

Specifies the duration of the Find panel’s show/hide animation loop, in milliseconds.

Declaration

property AnimationTime: Integer read; write; default dxPDFViewerFindPanelDefaultAnimationTime;

Property Value

Type Default
Integer dxPDFViewerFindPanelDefaultAnimationTime

Remarks

Use this property to speed up or slow down the animation effect that visualizes the Find panel’s visibility changes. To disable the panel’s show/hide animation effects, set the AnimationTime property to 0.

Note

The Find panel’s visibility status does not change until the active animation sequence is finished.

The default AnimationInterval property value is dxPDFViewerFindPanelDefaultAnimationTime.

See Also