TImageEnMView.ThumbnailsBorderColor
Declaration
property ThumbnailsBorderColor: TColor;
Description
Specifies the color of the thumbnail border.
Note:
- This value may be overridden by VCL theming colors. Set
EnableTheming to false to prevent this
- You can customize the border color at run-time using
OnGetColorsDefault: clBtnFace
Example
// draw a thin green border to all thumbnails
ImageEnMView1.ThumbnailsBorderWidth := 1;
ImageEnMView1.ThumbnailsBorderColor := clGreen;
See Also
-
ThumbnailsBorderWidth-
SelectionColor