FMX.StdCtrls.TCalloutPanel.CalloutPosition
Delphi
property CalloutPosition: TCalloutPosition read FCalloutPosition write SetCalloutPosition default DefaultCalloutPosition;
C++
__property Fmx::Objects::TCalloutPosition CalloutPosition = {read=FCalloutPosition, write=SetCalloutPosition, default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TCalloutPanel |
Description
Defines the side where the callout pointer appears.
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.
By default, TCalloutPanel uses TCalloutRectangle, which renders its callout pointer--the visual element that points at the area of interest--as an isosceles triangle on one of its four sides.