FMX.Objects3D.TText3D.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.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TText3D

Description

Specifies whether the Text will be stretched to fill the entire surface of this TText3D control.

Set Stretch to True to stretch the Text over the entire display area of the TText3D control. Set Stretch to False to render the text normally based on the Font settings.

See Also