Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data 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
    'Usage
     
    Dim instance As IThemeSupport
    Dim themeName As String
    Dim value As Color
     
    value = instance.GetThemeColor(themeName)
    Color GetThemeColor( 
       string themeName
    )

    Parameters

    themeName
    Name of the theme.

    Return Value

    The color.
    See Also