ComponentOne ColorPicker for WPF
C1.WPF.ColorPicker Namespace / Office2007ColorTheme Enumeration

In This Topic
    Office2007ColorTheme Enumeration
    In This Topic
    Specifies a color theme from the standard Office2007 theme collection.
    Syntax
    'Declaration
     
    
    Public Enum Office2007ColorTheme 
       Inherits System.Enum
    public enum Office2007ColorTheme : System.Enum 
    Members
    MemberDescription
    ApexApex color theme.
    AspectAspect color theme.
    CivicCivic color theme.
    ConcourseConcourse color theme.
    EquityEquity color theme.
    FlowFlow color theme.
    FoundryFoundry color theme.
    GrayScaleGrayScale color theme.
    HighlightHighlight color theme.
    MedianMedian color theme.
    MetroMetro color theme.
    ModuleModule color theme.
    OfficeOffice color theme.
    OpulentOpulent color theme.
    OrielOriel color theme.
    OriginOrigin color theme.
    PaperPaper color theme.
    SolsticeSolstice color theme.
    StandardStandard color theme.
    TechnicTechnic color theme.
    TrekTrek color theme.
    UrbanUrban color theme.
    VerveVerve color theme.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.ColorPicker.Office2007ColorTheme

    See Also