ImageEn, unit iexLayers

TIETextLayer.AutoSize

TIETextLayer.AutoSize


Declaration

property AutoSize: boolean;


Description

Use AutoSize to make the layer automatically adjust the size to accommodate the width of the text.

When AutoSize is false, the text layer has a fixed size (i.e. is not automatically adjusted).
When AutoSize is true, the size of the layer is re-adjusted whenever the user edits the text.

Note: AutoSize should not be used if AspectRatioLocked is true

Default: False


See Also

 SizeToText
 TextOverflow