FMX.TextLayout.TTextLayout Properties
From RAD Studio API Documentation
InheritedProtected
Attributes public Provides access to text attributes.
AttributesCount public Specifies the number of TTextAttributedRange objects within the Attributes list.
Height public Specifies, in pixels, the height of the current TTextLayout.
HorizontalAlign public Specifies horizontal alignment for the text.
MaxSize public Specifies the maximum possible size of the current TTextLayout.
Padding public
RightToLeft public Specifies if the filling direction is from right to left.
Text public Specifies the text within the current TTextLayout.
TextHeight public Specifies, in pixels, the height of the formatted Text.
TopLeft public Specifies the point from the top left corner of the layout.
Trimming public Specifies the behavior of the text, when it overflows the area to draw the text.
VerticalAlign public Specifies vertical alignment of the text.
Width public Specifies, in pixels, the width of the current TTextLayout.
WordWrap public Specifies whether the text within the TTextLayout wraps when it is longer than the width of the layout.