TdxFlyoutPanel.Align Property
In This Article
Specifies the associated control‘s edge along which the flyout panel aligns.
#Declaration
Delphi
property Align: TdxFlyoutPanelAlign read; write; default fpaTop;
#Property Value
Type | Default |
---|---|
Tdx |
fpa |
#Remarks
Refer to the TdxFlyoutPanelAlign type description for details on available edges.
The default value of the Align property is fpaTop.
See Also