Back to Devexpress

TdxPDFViewerFindPanelAlignment Enum

vcl-dxpdfviewer-22eed153.md

latest2.6 KB
Original Source

TdxPDFViewerFindPanelAlignment Enum

Enumerates the available Find panel positioning options.

Declaration

delphi
TdxPDFViewerFindPanelAlignment = (
    fpalTopClient,
    fpalTopRight,
    fpalTopCenter,
    fpalTopLeft,
    fpalBottomClient,
    fpalBottomRight,
    fpalBottomCenter,
    fpalBottomLeft
);

Members

Name
fpalTopClient
fpalTopRight
fpalTopCenter
fpalTopLeft
fpalBottomClient
fpalBottomRight
fpalBottomCenter
fpalBottomLeft

Remarks

Options include:

|

Value

|

Description

|

Example

| | --- | --- | --- | |

fpalTopClient

|

By default, the Find panel is positioned along the top border of the PDF Viewer control client area. The panel is stretched between the left and right borders of the client area.

|

| |

fpalTopRight

|

The panel is positioned at the top right corner of the control client area.

|

| |

fpalTopCenter

|

The panel is centered at the top border of the control client area.

|

| |

fpalTopLeft

|

The panel is positioned at the top left corner of the control client area.

|

| |

fpalBottomClient

|

The panel is positioned along the bottom border of the control client area. The panel is stretched between the left and right borders of the client area.

|

| |

fpalBottomRight

|

The panel is positioned at the bottom right corner of the control client area.

|

| |

fpalBottomCenter

|

The panel is centered at the bottom border of the control client area.

|

| |

fpalBottomLeft

|

The panel is positioned at the bottom left corner of the control client area.

|

|

The PDF Viewer control’s OptionsFindPanel.Alignment property references the TdxPDFViewerFindPanelAlignment type.

See Also

dxPDFViewer Unit