Spread WPF 17
GrapeCity.Excel Namespace / IThemeFonts Interface / ThemesFonts Property


In This Topic
    ThemesFonts Property (IThemeFonts)
    In This Topic
    Gets the themes fonts.
    Syntax
    'Declaration
     
    ReadOnly Property ThemesFonts As ReadOnlyCollection(Of IThemeFont)
    'Usage
     
    Dim instance As IThemeFonts
    Dim value As ReadOnlyCollection(Of IThemeFont)
     
    value = instance.ThemesFonts
    ReadOnlyCollection<IThemeFont> ThemesFonts {get;}

    Property Value

    The themes fonts.
    See Also