ImageEn, unit iemview

TImageEnMView.ParentFont

TImageEnMView.ParentFont

Declaration

property ParentFont: Boolean;

Description

If enabled, all fonts will be inherited from the parent control.

This applies to:
TopTextFont
BottomTextFont
InfoTextFont

Default: False

Example

// Enable usage of ParentFont
ImageEnMView1.ParentFont := True;

See Also

TopTextFont
BottomTextFont
InfoTextFont