Declaration
property IconSize: TIEImageEnMViewIconSize;
Description
For non-image types a system icon is displayed. The default setting of ieicStretchHD shows a high quality icon stretched to the display size.
Note: On Windows XP and older versions, it automatically downgrades to ieicDoubleSize.
Default: ieicStretchHD
Example
// Set icon size
ImageEnMView1.IconSize := ieicStretchAll;
See Also
◼ThumbnailOptionsEx