FMX.Controls3D.TControl3D.Scale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Scale: TPosition3D read FScale write FScale;

C++

__property Fmx::Types3d::TPosition3D* Scale = {read=FScale, write=FScale};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

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