Skip to main content

TdxCalloutPopupAlignment Enum

Declaration

TdxCalloutPopupAlignment = (
    cpaLeftBottom,
    cpaLeftCenter,
    cpaLeftTop,
    cpaTopLeft,
    cpaTopCenter,
    cpaTopRight,
    cpaRightTop,
    cpaRightCenter,
    cpaRightBottom,
    cpaBottomRight,
    cpaBottomCenter,
    cpaBottomLeft
);

Members

Name
cpaLeftBottom
cpaLeftCenter
cpaLeftTop
cpaTopLeft
cpaTopCenter
cpaTopRight
cpaRightTop
cpaRightCenter
cpaRightBottom
cpaBottomRight
cpaBottomCenter
cpaBottomLeft
See Also