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

In This Topic
    GetThemeColor Method (IThemeSupport)
    In This Topic
    Gets the color with a specified theme name.
    Syntax
    'Declaration
     
    Function GetThemeColor( _
       ByVal themeName As String _
    ) As Color
    Color GetThemeColor( 
       string themeName
    )

    Parameters

    themeName
    Name of the theme.

    Return Value

    The color.
    See Also