Declaration
property SoftShadow: TIEVSoftShadow;
Description
Paints a soft shadow beneath the thumbnails.
Note:
◼You will need to enable the
alpha channel.
◼Soft shadows are hidden if thumbnails are very small
| Demos\Multi\Thumbnails2\Thumbnails2.dpr |
ImageEnMView.EnableAlphaChannel := True;
ImageEnMView.SoftShadow.Enabled := True;
ImageEnMView.SoftShadow.ShadowColor := TColor2TRGB( clBlue );