FMX.ScrollBox.TScrollContentSize.Size

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Size: TSizeF read GetSize write SetSize;

C++

__property System::Types::TSizeF Size = {read=GetSize, write=SetSize};

Eigenschaften

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


Beschreibung

Größe des Inhalts.

Diese Eigenschaft ist schreibgeschützt, wenn der Wert der Eigenschaft IsReadOnly True ist. Siehe auch SetSizeWithoutChecks.

Siehe auch