TdxRibbonFonts.TabHeader Property
In This Article
Specifies font settings for Ribbon tab captions.
#Declaration
Delphi
property TabHeader: TFont index Ord(afTabHeader) read; write;
#Property Value
Type |
---|
TFont |
#Remarks
The specified font settings are only applied to tabs if the afTabHeader flag is active (see the AssignedFonts property).
See Also