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