Sparkline for WPF
C1.WPF.Sparkline.4.6.2 Assembly / C1.WPF.Sparkline.Util Namespace / IThemeSupport Interface / GetThemeFont Method
Name of the theme.

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

    Parameters

    themeName
    Name of the theme.

    Return Value

    The Font family.
    See Also