FMX.Controls.TControl.AbsoluteScale
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
- System.Types.TPointF
- FMX.Controls.TControl.Scale
- FMX.Controls.TControl.GetAbsoluteScale
- FMX.Controls.TControl.AbsoluteWidth
- FMX.Controls.TControl.AbsoluteHeight
- FMX.Controls.TControl.AbsoluteMatrix
- FMX.Controls.TControl.AbsoluteOpacity
- FMX.Controls.TControl.AbsoluteRect
- FMX.Controls.TControl.RecalcAbsolute