Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeFontScheme Class / Minor Property


In This Topic
    Minor Property
    In This Topic
    Gets the font settings for the "Body" of a document.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Minor As ThemeFonts
    'Usage
     
    
    Dim instance As ThemeFontScheme
    Dim value As ThemeFonts
     
    value = instance.Minor
    public ThemeFonts Minor {get;}
    See Also