API:Vcl.Controls.TImageList.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Integer read FHeight write SetHeight default 16;

C++

__property Height = {default=16};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TImageList

Description

Specifies the height of images within the image list.

Vcl.Controls.TImageList.Height inherits from Vcl.ImgList.TCustomImageList.Height. All content below this line refers to Vcl.ImgList.TCustomImageList.Height.

Specifies the height of images within the image list.

Use the Height property to specify the height of images before any are added to the image list. The image list is cleared when this value changes.

See Also