TImageEnMView.ThumbnailsBorderWidth
Declaration
property ThumbnailsBorderWidth: Integer;
Description
Specifies the width (in pixels) of the thumbnail border.
Notes:
- 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
OnGetColorsDefault: 1
Example
// Draw a thin green border around all thumbnails
ImageEnMView1.ThumbnailsBorderWidth := 1;
ImageEnMView1.ThumbnailsBorderColor := clGreen;
See Also
-
SelectionWidth-
ThumbnailsBorderCurved