Spread Windows Forms 12.0 Product Documentation
ToThemeColors Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Color Structure : ToThemeColors Method
Gets the GrapeCity.Core.ThemeColors value of this Color structure.
Syntax
'Declaration
 
Public Function ToThemeColors() As ThemeColors
'Usage
 
Dim instance As Color
Dim value As ThemeColors
 
value = instance.ToThemeColors()
public ThemeColors ToThemeColors()

Return Value

The GrapeCity.Core.ThemeColors value of this Color structure.
Remarks
The Tint value isn't applied to the result.
See Also

Reference

Color Structure
Color Members