ImageEn, unit iemview

TImageEnMView.SoftShadow

TImageEnMView.SoftShadow

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

Demo

Demo  Demos\Multi\Thumbnails2\Thumbnails2.dpr

Example

ImageEnMView.EnableAlphaChannel := True;
ImageEnMView.SoftShadow.Enabled := True;
ImageEnMView.SoftShadow.ShadowColor := TColor2TRGB( clBlue );