FMX.Objects.TCalloutRectangle.CalloutPosition
From RAD Studio API Documentation
Delphi
property CalloutPosition: TCalloutPosition read FCalloutPosition write SetCalloutPosition default TCalloutPosition.cpTop;
C++
__property TCalloutPosition CalloutPosition = {read=FCalloutPosition, write=SetCalloutPosition, default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Objects.pas FMX.Objects.hpp |
FMX.Objects | TCalloutRectangle |
Description
Specifies the side of the rectangle where the callout pointer appears.
TCalloutRectangle renders its callout pointer as an isosceles triangle on one of its four sides.
Set CalloutPosition to one of the cpTop, cpLeft, cpBottom, or cpRight constants predefined in TCalloutPosition to define the side on which the callout pointer should appear.
By default, the callout pointer appears on the top side CalloutPosition = cpTop.