Back to Devexpress

TdxPDFViewerFindPanelAnimation Enum

vcl-dxpdfviewer-ae3e6f42.md

latest977 B
Original Source

TdxPDFViewerFindPanelAnimation Enum

Enumerates the available show/hide Find panel animation effects.

Declaration

delphi
TdxPDFViewerFindPanelAnimation = (
    fpaSlide,
    fpaFade
);

Members

Name
fpaSlide
fpaFade

Remarks

Options include:

ValueDescriptionExample
fpaSlideBy default, the Find panel slides in or out of the PDF Viewer‘s border.
fpaFadeIn this mode, the Find panel fades in or out when it is shown or hidden, respectively.

The PDF Viewer control’s OptionsFindPanel.Animation property references the TdxPDFViewerFindPanelAnimation type.

See Also

dxPDFViewer Unit