Back to Devexpress

TcxCustomImageList.Width Property

vcl-cximagelist-dot-tcxcustomimagelist-0c3c2571.md

latest1.2 KB
Original Source

TcxCustomImageList.Width Property

Specifies the width of the stored images, in pixels.

Declaration

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

Property Value

TypeDefaultDescription
Integer16

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

TcxCustomImageList.SetSize

TcxCustomImageList Class

TcxCustomImageList Members

cxImageList Unit