ImageEn, unit iemview

TImageEnMView.BottomTextFont

TImageEnMView.BottomTextFont


Declaration

property BottomTextFont: TFont;


Description

Specify the font if you use ImageBottomText to add text to your thumbnails.



Note:
If you need to change the font or styling of particular thumbnails, use the OnGetTextEx event
This value may be overridden by VCL theming colors. Set EnableTheming to false to prevent this
If ParentFont = True, all fonts will be inherited from the parent control


Example

ImageEnMView1.BottomTextFont.Height := 14;
ImageEnMView1.BottomTextFont.Name := 'Arial';
ImageEnMView1.FillFromDirectory('C:\Pictures');


See Also

InfoTextFont
TopTextFont
OnGetTextEx
ParentFont