API:FMX.Colors.TColorComboBox.Size

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Size: TControlSize read FSize write SetSize stored IsSizeStored;

C++

__property Size;

Properties

Type Visibility Source Unit Parent
property published
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TColorComboBox

Description

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

FMX.Colors.TColorComboBox.Size inherits from FMX.Controls.TControl.Size. All content below this line refers to FMX.Controls.TControl.Size.

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