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