FMX.Controls.TControl.AbsoluteScale

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AbsoluteScale: TPointF read GetAbsoluteScale;

C++

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

Propriétés

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


Description

Spécifie l'échelle absolue du contrôle.

L'échelle absolue d'un contrôle est l'échelle par rapport à l'échelle de son parent.

AbsoluteScale est gardée comme un TPointF. La coordonnée X est l'échelle pour l'axe X, tandis que Y est l'échelle pour l'axe Y.

Voir aussi