TdxPDFViewerOptionsFindPanel.Alignment Property
In This Article
Specifies the Find panel‘s position within the PDF Viewer‘s client area.
#Declaration
Delphi
property Alignment: TdxPDFViewerFindPanelAlignment read; write; default fpalTopClient;
#Property Value
Type | Default |
---|---|
Tdx |
fpal |
#Remarks
You can position the Find panel in different ways at the top or bottom control’s border:
For the full list of the Find panel positioning options, refer to the TdxPDFViewerFindPanelAlignment type description.
The default value of the Alignment property is fpalTopClient.
See Also