FMX.TextLayout.TTextLayout.Width

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Width: Single read GetWidth;

C++

__property float Width = {read=GetWidth};

Eigenschaften

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

Beschreibung

Gibt die Breite (in Pixel) des aktuellen TTextLayout-Objekts an.

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


FMX.TextLayout.png

Siehe auch