<< Click here to display Table of Contents >> Navigation: Code Documentation > RSVML > RSGdiPlusCtrls > Enumerations:
Comments (0)
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