FMX.Edit.TEditButton.Scale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Scale: TPosition read GetScale write SetScale;

C++

__property Scale;

Properties

Type Visibility Source Unit Parent
property published
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TEditButton

Description

Specifies the scale of the control.

FMX.Edit.TEditButton.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.

See Also