Afficher : Delphi C++
Préférences d'affichage

FMX.Types.TControl.AbsoluteScale

De XE2 API Documentation

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.Types.pas
FMX.Types.hpp
FMX.Types 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

Versions précédentes
Traductions