FMX.ImgList.TGlyph.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Single read GetHeight write SetHeight stored False;

C++

__property Height;

Properties

Type Visibility Source Unit Parent
property published
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TGlyph

Description

Specifies the vertical size of the control (in pixels).

FMX.ImgList.TGlyph.Height inherits from FMX.Controls.TControl.Height. All content below this line refers to FMX.Controls.TControl.Height.

Specifies the vertical size of the control (in pixels).

Use the Height property to read or change the height of the control.

See Also