Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / Theme Class / FontScheme Property


In This Topic
    FontScheme Property
    In This Topic
    Gets a FontScheme object that represents the font scheme of a Theme.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FontScheme As ThemeFontScheme
    'Usage
     
    
    Dim instance As Theme
    Dim value As ThemeFontScheme
     
    value = instance.FontScheme
    public ThemeFontScheme FontScheme {get;}
    See Also