FMX.StdCtrls.TCalloutPanel.CalloutWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CalloutWidth: Single read FCalloutWidth write SetCalloutWidth;

C++

__property float CalloutWidth = {read=FCalloutWidth, write=SetCalloutWidth};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCalloutPanel

Description

The width of the visual element that points at the area of interest.

By default, TCalloutPanel uses TCalloutRectangle, which renders its callout pointer as an isosceles triangle on one of its sides. CalloutWidth is the length of the base of the triangle.

See Also