GrapeCity.Xaml.SpreadSheet.Data
GetThemeColor Method (IThemeSupport)


GrapeCity.Xaml.SpreadSheet.Data Namespace > IThemeSupport Interface : GetThemeColor Method
Name of the theme.
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

Reference

IThemeSupport Interface
IThemeSupport Members