FMX.Types.TBounds.Rect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Rect: TRectF read GetRect write SetRect;

C++

__property System::Types::TRectF Rect = {read=GetRect, write=SetRect};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TBounds

Description

Specifies the bounds as a rectangle.

Use the Rect property to set and get the margins.

See Also