Spread Windows Forms 12.0 Product Documentation
ThemeColors Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Core Namespace : ThemeColors Enumeration
Represents the set of twelve colors come together to form the color scheme for a theme.
Syntax
'Declaration
 
Public Enum ThemeColors 
   Inherits System.Enum
'Usage
 
Dim instance As ThemeColors
public enum ThemeColors : 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.
FollowedHyperlinkRepresents the followed hyperlink color.
HyperlinkRepresents the hyperlink color.
Text1Represents the 1st text color.
Text2Represents the 2nd text color.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Core.ThemeColors

See Also

Reference

GrapeCity.Core Namespace