FMX.Controls.TControl.Size

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Size: TControlSize read FSize write SetSize stored IsSizeStored nodefault;

C++

__property Fmx::Types::TControlSize* Size = {read=FSize, write=SetSize, stored=IsSizeStored};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies the vertical and horizontal size (Size.Height and Size.Width) of the control (in pixels).

Use the Size property to read or change the size of the control.

See Also