FMX.Layers3D.TTextLayer3D.Scale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Scale: TPosition3D read FScale write FScale;

C++

__property Scale;

Properties

Type Visibility Source Unit Parent
property published
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TTextLayer3D

Description

Specifies the scale of the control.

FMX.Layers3D.TTextLayer3D.Scale inherits from FMX.Controls3D.TControl3D.Scale. All content below this line refers to FMX.Controls3D.TControl3D.Scale.

Specifies the scale of the control.

Set the Scale coordinates to specify the scale on each axis. The initial scale rate is 1 on each axis.

See Also