TcxCustomImageList.Height Property
Specifies the height of the stored images, in pixels.
Declaration
property Height: Integer read; write; default 16;
Property Value
Type | Default | Description |
---|---|---|
Integer | 16 | 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