TSRVTabItem.SkinFontIndex |
Top Previous Next |
|
Specifies which font is used for this tab in the skin mode. property SkinFontIndex: Integer; In a no-skin mode, a tab's font is defined in the Font property of the tab set control. In a skin mode, a tab's fonts are defined in TabSet.SkinManager.CurrentSkin.Fonts[FontIndex], where FontIndex is a value of FntTab property of SkinManager.CurrentSkin.HorizontalTabSetSchemes/VerticalTabSetSchemes[SkinSchemeIndex], where SkinSchemeIndex is SkinSchemeIndex property of the tab (if not negative) or TabSet.SkinSchemeIndex. Default value: -1 |