ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / Colors.BaseColor Enumeration

In This Topic
    Colors.BaseColor Enumeration
    In This Topic
    The base theme colors.
    Syntax
    'Declaration
     
    Public Enum Colors.BaseColor 
       Inherits System.Enum
    public enum Colors.BaseColor : System.Enum 
    Members
    MemberDescription
    Accent1The Accent1 theme color.
    Accent2The Accent2 theme color.
    Accent3The Accent3 theme color.
    Accent4The Accent4 theme color.
    Accent5The Accent5 theme color.
    Accent6The Accent6 theme color.
    Dark1The Dark1 theme color.
    Dark2The Dark2 theme color.
    HyperlinkThe Hyperlink theme color.
    HyperlinkFollowedThe HyperlinkFollowed theme color.
    Light1The Light1 theme color.
    Light2The Light2 theme color.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Rdl.Themes.Colors.BaseColor

    See Also