ImageEn, unit imageenio
TImageEnIO.Background
TImageEnIO
.Background
Declaration
property Background: TColor;
Description
The background color of the image (shown in unoccupied areas if the current image is smaller than the control size).
For GIF files it is read from
GIF_Background
. For PNG, it is read from
PNG_Background
.
If
ChangeBackground
is enabled, the background color will be applied to the attached to
TImageEnView
.
Note: When TImageEnIO is attached to
TImageEnView
, the TImageEnIO.Background is equal to
Background
.
Loading contents...