Skip to main content
A newer version of this page is available. .

TcxCallOutPosition Enum

Declaration

TcxCallOutPosition = (
    cxbpNone,
    cxbpAuto,
    cxbpLeftBottom,
    cxbpLeftTop,
    cxbpTopLeft,
    cxbpTopRight,
    cxbpRightBottom,
    cxbpRightTop,
    cxbpBottomRight,
    cxbpBottomLeft
);

Members

Name
cxbpNone
cxbpAuto
cxbpLeftBottom
cxbpLeftTop
cxbpTopLeft
cxbpTopRight
cxbpRightBottom
cxbpRightTop
cxbpBottomRight
cxbpBottomLeft
See Also