Skip to main content
A newer version of this page is available. .

TdxFlyoutPanelAlign Enum

Enumerates the control edges along which a flyout panel can align.

Declaration

TdxFlyoutPanelAlign = (
    fpaTop,
    fpaBottom,
    fpaLeft,
    fpaRight
);

Members

Name
fpaTop
fpaBottom
fpaLeft
fpaRight

Remarks

Options include:

Value Description Example
fpaTop The top edge.
fpaBottom The bottom edge.
fpaLeft The left edge.
fpaRight The right edge.
See Also