[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITheme.ThemeFontScheme

ThemeFontScheme Property

ThemeFontScheme

Gets the font scheme within the theme.

Represents the theme font scheme and provides access to the major and minor theme font collections through Major and Minor.

Declaration
IThemeFontScheme ThemeFontScheme { get; }
ReadOnly Property ThemeFontScheme As IThemeFontScheme
Examples
ITheme theme = Themes.Berlin;
IThemeFontScheme fontScheme = theme.ThemeFontScheme;
IThemeFonts majorFonts = fontScheme.Major;