TdxGuide.CalloutPopupAlignment Property
Specifies the callout pop-up position in relation to the guide UI adorner.
Declaration
property CalloutPopupAlignment: TdxCalloutPopupAlignment read; write; default cpaBottomCenter;
Property Value
Type | Default |
---|---|
TdxCalloutPopupAlignment | cpaBottomCenter |
Remarks
Use this property to specify the guide’s callout pop-up position and alignment. Refer to the TdxCalloutPopupAlignment type description for detailed information on all available options.
Handle the OnGetCalloutPopupControl event and set the AllowCalloutPopup property to True to display the callout pop-up when the guide is clicked.
The default CalloutPopupAlignment property value is cpaBottomCenter.
See Also