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

Description

Sets or gets the width and height of a control as a <TSizeF> record.

Using this method to set the Width and Height allows both dimensions to be updated while triggering only one OnChange notification.

Note: Setting this property will set PlatformDefault to False.

See Also