FMX.TextLayout.TTextLayout.Height

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Height: Single read GetHeight;

C++

__property float Height = {read=GetHeight};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.TextLayout.pas
FMX.TextLayout.hpp
FMX.TextLayout TTextLayout

Beschreibung

Gibt die Höhe (in Pixel) des aktuellen TTextLayout-Objekts an.

Die folgende Abbildung zeigt, wie der Text im Layout platziert wird:

FMX.TextLayout.png

Siehe auch