Declaration
property PreviewFont: TFont;
Description
If
PreviewFontEnabled is set to True then PreviewFont specifies the font used in the Previews dialog. Ensure the size of font matches the labels length.
ImageEnMIO1.PreviewFont.Name := 'Tahoma';
ImageEnMIO1.PreviewFontEnabled := True;