FMX.Objects.TCalloutRectangle.CalloutPosition
Delphi
property CalloutPosition: TCalloutPosition read FCalloutPosition write SetCalloutPosition
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 Top, Left, Bottom, or Right 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 = Top.