Navigation: Code Documentation > RSVML > RSGdiPlusCtrls > Enumerations
TRSGPCalloutPosition Enumeration
Defines where, on one of the four sides of a rectangle, a callout pointer appears.
Namespace: RSGdiPlusCtrls
Delphi
type TRSGPCalloutPosition = ( cpTop, cpLeft, cpBottom, cpRight);
Name
Description
cpBottom
The lower side
cpLeft
The left side
cpRight
The right side
cpTop
The upper side
Top
•RSGdiPlusCtrls