Spread WPF 17
GrapeCity.Excel Namespace / IExcelTheme Interface / FontScheme Property


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

    Property Value

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