Skip to main content

TdxCustomCalloutPopup.Alignment Property

Specifies how a standard callout popup aligns its pop-up position (the point to which the callout points) and the associated control.

Declaration

property Alignment: TdxCalloutPopupAlignment read; write; default cpaBottomCenter;

Property Value

Type Default
TdxCalloutPopupAlignment cpaBottomCenter

Remarks

Options available for this property specify:

  • The edge of the associated control at which the callout is painted.

  • The edges of the associated control and callout popup that are aligned.

These options include:

Value Example
cpaLeftBottom
cpaLeftCenter
cpaLeftTop
cpaTopLeft
cpaTopCenter
cpaTopRight
cpaRightTop
cpaRightCenter
cpaRightBottom
cpaBottomRight
cpaBottomCenter
cpaBottomLeft

Note

The callout position is automatically adjusted if there is insufficient space to display the popup. This property is in effect if the FlyoutPanel.Active property is set to False.

The default value of the Alignment property is cpaBottomCenter.

See Also