Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / Theme Class / ChangeFontScheme Method
The theme.
The new font scheme to set.


In This Topic
    ChangeFontScheme Method
    In This Topic
    Changes font scheme of the specified theme.
    Syntax
    'Declaration
     
    
    Public Shared Function ChangeFontScheme( _
       ByVal theme As Theme, _
       ByVal fontScheme As ThemeFontScheme _
    ) As Theme
    'Usage
     
    
    Dim theme As Theme
    Dim fontScheme As ThemeFontScheme
    Dim value As Theme
     
    value = Theme.ChangeFontScheme(theme, fontScheme)
    public static Theme ChangeFontScheme( 
       Theme theme,
       ThemeFontScheme fontScheme
    )

    Parameters

    theme
    The theme.
    fontScheme
    The new font scheme to set.

    Return Value

    A new Theme object that contains the new font scheme.
    See Also