FMX.TextLayout.TTextLayout Properties
InheritedProtected
Attributes | public | Provides access to text attributes. |
AttributesCount | public | Specifies the number of TTextAttributedRange objects within the Attributes list. |
Color | public | Gets and sets the color of the current layout text. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
Font | public | Specifies the TFont for the text layout. |
Height | public | Specifies, in pixels, the height of the current TTextLayout. |
HorizontalAlign | public | Specifies horizontal alignment for the text. |
LayoutCanvas | public | Specifies the canvas on which to display the current TTextLayout. |
MaxSize | public | Specifies the maximum possible size of the current TTextLayout. |
Opacity | public | Specifies how transparent is the Text when displayed. |
Padding | public | |
RightToLeft | public | Specifies if the filling direction is from right to left. |
Size | public | |
Text | public | Specifies the text within the current TTextLayout. |
TextHeight | public | Specifies, in pixels, the height of the formatted Text. |
TextRect | public | Specifies the rectangle that bounds the formatted Text. |
TextWidth | public | Specifies, in pixels, the width 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. |