FMX.Objects.TText.Stretch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Stretch: Boolean read FStretch write SetStretch default False;

C++

__property bool Stretch = {read=FStretch, write=SetStretch, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TText

Description

Specifies whether the text in the control will be displayed as stretched over the entire client area.

Set the Stretch property to True to display the text stretched over the entire client area of the TText control. Set the Stretch property to False to display the text normally, without the stretch effect. The default value for the Stretch property is False.

Tip: Setting the Stretch property to True cancels the effect of the WordWrap property.

See Also