TImageEnMView.TopTextFont
Declaration
property TopTextFont: TFont;
Description
Specify the font if you use
ImageTopText 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
// Set font
ImageEnMView1.TopTextFont.Height := 14;
ImageEnMView1.TopTextFont.Name := 'Arial';
See Also
◼BottomTextFont
◼InfoTextFont
◼OnGetTextEx
◼ParentFont