Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / BuiltInColorSchemes Enumeration


In This Topic
    BuiltInColorSchemes Enumeration
    In This Topic
    Represents built-in theme color schemes.
    Syntax
    'Declaration
     
    
    Public Enum BuiltInColorSchemes 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BuiltInColorSchemes
    public enum BuiltInColorSchemes : System.Enum 
    Members
    MemberDescription
    AspectThe Aspect theme color scheme.
    BlueThe Blue theme color scheme.
    BlueGreenThe Blue Green theme color scheme.
    BlueIIThe Blue II theme color scheme.
    BlueWarmThe Blue Warm theme color scheme.
    DefaultThe default theme color scheme.
    GrayscaleThe Grayscale theme color scheme. The default theme color scheme.
    GreenThe Green theme color scheme.
    GreenYellowThe Green Yellow theme color scheme.
    MarqueeThe Marquee theme color scheme.
    MedianThe Median theme color scheme.
    Office2007The Office 2007 - 2010 theme color scheme.
    Office2013The Office 2013 - 2022 theme color scheme.
    OrangeThe Orange theme color scheme.
    OrangeRedThe Orange Red theme color scheme.
    PaperThe Paper theme color scheme.
    RedThe Red theme color scheme.
    RedOrangeThe Red Orange theme color scheme.
    RedVioletThe Red Violet theme color scheme.
    SlipstreamThe Slipstream theme color scheme.
    VioletThe Violet theme color scheme.
    VioletIIThe Violet II theme color scheme.
    YellowThe Yellow theme color scheme.
    YellowOrangeThe Yellow Orange theme color scheme.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Core.BuiltInColorSchemes

    See Also