Vcl.ImgList.TCustomImageList.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Integer read FHeight write SetHeight default 16;

C++

__property int Height = {read=FHeight, write=SetHeight, default=16};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

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