TdxFlyoutPanelAlign Enum
In This Article
Enumerates the control edges along which a flyout panel can align.
#Declaration
Delphi
TdxFlyoutPanelAlign = (
fpaTop,
fpaBottom,
fpaLeft,
fpaRight
);
#Members
Name |
---|
fpa
|
fpa
|
fpa
|
fpa
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
fpa |
The top edge. | ![]() |
fpa |
The bottom edge. | ![]() |
fpa |
The left edge. | ![]() |
fpa |
The right edge. | ![]() |
See Also