Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeFontScheme Class / GetFontScheme Method
A BuiltInFontSchemes value indicates the built-in font scheme.


In This Topic
    GetFontScheme Method
    In This Topic
    Gets the built-in font scheme.
    Syntax
    'Declaration
     
    
    Public Shared Function GetFontScheme( _
       ByVal fontScheme As BuiltInFontSchemes _
    ) As ThemeFontScheme
    'Usage
     
    
    Dim fontScheme As BuiltInFontSchemes
    Dim value As ThemeFontScheme
     
    value = ThemeFontScheme.GetFontScheme(fontScheme)
    public static ThemeFontScheme GetFontScheme( 
       BuiltInFontSchemes fontScheme
    )

    Parameters

    fontScheme
    A BuiltInFontSchemes value indicates the built-in font scheme.
    See Also