Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFViewerOptionsFindPanel.AnimationTime Property

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

#Declaration

Delphi
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