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


In This Topic
    SchemeThemeColors Enumeration
    In This Topic
    Represents a scheme color value.
    Syntax
    'Declaration
     
    
    Public Enum SchemeThemeColors 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SchemeThemeColors
    public enum SchemeThemeColors : System.Enum 
    Members
    MemberDescription
    Accent1Represents the 1st accent color.
    Accent2Represents the 2nd accent color.
    Accent3Represents the 3rd accent color.
    Accent4Represents the 4th accent color.
    Accent5Represents the 5th accent color.
    Accent6Represents the 6th accent color.
    Background1Represents the 1st background color.
    Background2Represents the 2nd background color.
    Dark1Represents the 1st dark color.
    Dark2Represents the 2nd dark color.
    FollowedHyperlinkRepresents the followed hyperlink color.
    HyperlinkRepresents the hyperlink color.
    Light1Represents the 1st light color.
    Light2Represents the 2nd light color.
    NotThemeColorSpecifies no theme color.
    PhColorRepresents the style color.
    Text1Represents the 1st text color.
    Text2Represents the 2nd text color.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Core.SchemeThemeColors

    See Also