FMX.Styles.Objects.TCustomStyleObject.Scale
Delphi
property Scale: TPosition read GetScale write SetScale;
C++
__property Scale;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Styles.Objects.pas FMX.Styles.Objects.hpp |
FMX.Styles.Objects | TCustomStyleObject |
Description
Specifies the scale of the control.
FMX.Styles.Objects.TCustomStyleObject.Scale inherits from FMX.Controls.TControl.Scale. All content below this line refers to FMX.Controls.TControl.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.
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.