ImageEn, unit iemview

TImageEnMView.ThumbnailsBackgroundStyle

TImageEnMView.ThumbnailsBackgroundStyle

Declaration

property ThumbnailsBackgroundStyle: TIEBackgroundStyle

Description

Specifies the style of the thumbnail background (the region of the thumbnail that does not contain the image).

Note: Only applicable when EnableAlphaChannel is true and the image has an alpha channel to make it transparent.

Example

// Show gradient fill for each thumbnail
ImageEnMView1.GradientEndColor := clDkGray;
ImageEnMView1.ThumbnailsBackgroundStyle := iebsGradient;