FMX.Controls.TControl.ParentedRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentedRect: TRectF read GetParentedRect;

C++

__property System::Types::TRectF ParentedRect = {read=GetParentedRect};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies the bounding rectangle of the control within its parent.

See Also