Spread WPF 17
GrapeCity.Excel Namespace / ExcelTheme Class / FontScheme Property


In This Topic
    FontScheme Property (ExcelTheme)
    In This Topic
    Represents a font scheme within the theme
    Syntax
    'Declaration
     
    Public ReadOnly Property FontScheme As IFontScheme
    'Usage
     
    Dim instance As ExcelTheme
    Dim value As IFontScheme
     
    value = instance.FontScheme
    public IFontScheme FontScheme {get;}

    Property Value

    An IFontScheme instance represents the fonts settings of the theme
    See Also