ImageEn, unit iemview

TImageEnMView.ThumbnailsBorderWidth

TImageEnMView.ThumbnailsBorderWidth


Declaration

property ThumbnailsBorderWidth: Integer;


Description

Specifies the width (in pixels) of the thumbnail border.

Note:
 This value should be less than ThumbWidth and ThumbHeight. Specify the color of the border using ThumbnailsBorderColor
 You can customize the border width at run-time using OnGetColors

Default: 1


Example

// Draw a thin green border around all thumbnails
ImageEnMView1.ThumbnailsBorderWidth := 1;
ImageEnMView1.ThumbnailsBorderColor := clGreen;


See Also

 SelectionWidth
 ThumbnailsBorderCurved