JVCL Help:TJvModernTabBarPainter.Font

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Font used to render Captions for tab items defined for a tabbed-bar control.


Pascal

 propertyFont: TFont;


Description

Font is a TFont property that represents the font used to draw the text for tabs on a tabbed-bar control. Font is used to render the Caption for TJvTabBarItem instances defined in the Tabs for the control when the tab is neither selected nor disabled.
Font is assigned to the TCanvas used to draw the tab in the protected TJvModernTabBarPainter.DrawTab method.
Use DisabledFont to specify the font used for tab items with their Enabled property set to False.
Use SelectedFont to specify the font used for the currently selected tab item.


See Also

TJvModernTabBarPainter.DisabledFont, TJvModernTabBarPainter.SelectedFont


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page