Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeColorScheme Class
Members


In This Topic
    ThemeColorScheme Class
    In This Topic
    An interface used to defines a set of colors which are referenced to as a color scheme. The color scheme is responsible for defining a list a twelve colors. The twelve colors consist of six accent colors, two dark colors, two light colors and a color for each of a hyperlink and followed hyperlink. This class cannot be inherited.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class ThemeColorScheme 
    'Usage
     
    
    Dim instance As ThemeColorScheme
    public sealed class ThemeColorScheme 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Core.ThemeColorScheme

    See Also