FMX.TextLayout.TTextLayout.TextRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextRect: TRectF read GetTextRect;

C++

__property System::Types::TRectF TextRect = {read=GetTextRect};

Properties

Type Visibility Source Unit Parent
property public
FMX.TextLayout.pas
FMX.TextLayout.hpp
FMX.TextLayout TTextLayout

Description

Specifies the rectangle that bounds the formatted Text.

The following image explains how the text is placed within the layout:

FMX.TextLayout.png

See Also