FMX.Controls.TControl.AbsoluteScale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AbsoluteScale: TPointF read GetAbsoluteScale;

C++

__property System::Types::TPointF AbsoluteScale = {read=GetAbsoluteScale};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies the absolute scale of the control.

The absolute scale of a control is the scale relative to the scale of its parent.

AbsoluteScale is kept as a TPointF. The X coordinate is the scale for the X axis and Y is the scale for the Y axis.

See Also