ImageEn, unit iemio
TImageEnMIO.PreviewFont
TImageEnMIO
.PreviewFont
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.
Example
ImageEnMIO1.PreviewFont.Name := 'Tahoma';
ImageEnMIO1.PreviewFontEnabled := True;
Loading contents...