FMX.TextLayout.TTextLayout.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Single read GetHeight;

C++

__property float Height = {read=GetHeight};

Properties

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

Description

Specifies, in pixels, the height of the current TTextLayout.

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

FMX.TextLayout.png

See Also