FMX.Objects.TCalloutRectangle.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.Objects.pas
FMX.Objects.hpp
FMX.Objects TCalloutRectangle

Description

The width of the callout pointer.

TCalloutRectangle 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