FMX.ScrollBox.TCustomScrollBoxModel.ContentBounds

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ContentBounds: TRectF read GetContentBounds write SetContentBounds;

C++

__property System::Types::TRectF ContentBounds = {read=GetContentBounds, write=SetContentBounds};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomScrollBoxModel


Beschreibung

Gibt beim Berechnen der Größe der Ränder des Inhalts die aktuellen Ränder zurück.

Siehe auch