ImageEn, unit iemview

TImageEnMView.ThumbsRounded

TImageEnMView.ThumbsRounded


Declaration

property ThumbsRounded: Integer;


Description

If a value greater than zero is specified then the image is drawn with rounded corners.

Smaller values provide the maximum roundness, while large value produce minimal roundness.

Default: 0


Demo

Demo  Demos\Multi\Thumbnails2\Thumbnails2.dpr


Example

ImageEnMView1.ThumbsRounded := 5;