FMX.Controls.TControl.Scale
Delphi
property Scale: TPosition read GetScale write SetScale;
C++
__property Fmx::Types::TPosition* Scale = {read=GetScale, write=SetScale};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
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.
Note: Controls that have the Align or Anchors properties set can use a scale that is different from the default (1,1), so that controls align together even when they have a custom scale.