Back to Devexpress

TcxCustomImageList.Height Property

vcl-cximagelist-dot-tcxcustomimagelist-40b48aca.md

latest1.2 KB
Original Source

TcxCustomImageList.Height Property

Specifies the height of the stored images, in pixels.

Declaration

delphi
property Height: Integer read; write; default 16;

Property Value

TypeDefaultDescription
Integer16

The height of the stored images, in pixels.

|

Remarks

Use the Height and Width properties to specify the image dimensions before you add any images to the list.

Note

The image list is cleared if any procedure or function call changes the stored image width, height, or color depth.

See Also

TcxCustomImageList.SetSize

TcxCustomImageList Class

TcxCustomImageList Members

cxImageList Unit