Declaration
property SoftShadow: TIEVSoftShadow;
Description
Paints a soft shadow beneath the thumbnails.
Notes:
- You will need to enable the
alpha channel.
- Soft shadows are hidden if thumbnails are very small

Demo
| Demos\Multi\Thumbnails2\Thumbnails2.dpr |
Example
ImageEnMView.EnableAlphaChannel := True;
ImageEnMView.SoftShadow.Enabled := True;
ImageEnMView.SoftShadow.ShadowColor := TColor2TRGB( clBlue );