FMX.StdCtrls.TCalloutPanel.CalloutRectangle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CalloutRectangle: TCalloutRectangle read FCalloutRect write FCalloutRect;

C++

__property Fmx::Objects::TCalloutRectangle* CalloutRectangle = {read=FCalloutRect, write=FCalloutRect};

Properties

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

Description

A reference to a TCalloutRectangle style object.

See Also