Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / ToThemeColors Method


In This Topic
    ToThemeColors Method
    In This Topic
    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