Gets or sets the item image size in pixels.
public Size ItemImageSize { get; set; }
Public Property ItemImageSize As Size
The size of the image box inside this item in pixels. Default value is 128, 102.
Use the ItemSize property to set the overall item size. The image will be drawn inside the rectangle define by ItemImageSize and centered inside ItemSize.
Changing this property will make this control loop through all the items and setting IImageListItem.ImageSize accordingly.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET