Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IThemeSupport Interface / GetThemeFont Method
Name of the theme.


In This Topic
    GetThemeFont Method (IThemeSupport)
    In This Topic
    Gets the font family with a specified theme name.
    Syntax
    'Declaration
     
    Function GetThemeFont( _
       ByVal themeName As String _
    ) As FontFamily
    'Usage
     
    Dim instance As IThemeSupport
    Dim themeName As String
    Dim value As FontFamily
     
    value = instance.GetThemeFont(themeName)
    FontFamily GetThemeFont( 
       string themeName
    )

    Parameters

    themeName
    Name of the theme.

    Return Value

    The Font family.
    See Also