FMX.Objects.TSelection.Proportional

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Proportional: Boolean read FProportional write FProportional;

C++

__property bool Proportional = {read=FProportional, write=FProportional, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TSelection


Beschreibung

Legt fest, ob das Verhältnis Breite (width)/Höhe (height) beim Ändern der Größe des TSelection-Objekts beibehalten werden soll.

Siehe auch