FMX.ScrollBox.TScrollContentSize.Size

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Size: TSizeF read GetSize write SetSize;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TScrollContentSize

Description

Size of the content.

This property is read-only if the value of the IsReadOnly property is True. See also SetSizeWithoutChecks.

See Also