Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / ThemeFamily Enumeration

In This Topic
    ThemeFamily Enumeration
    In This Topic
    Shows what theme-family the C1Theme belongs to
    Syntax
    'Declaration
     
    Public Enum ThemeFamily 
       Inherits System.Enum
    public enum ThemeFamily : System.Enum 
    Members
    MemberDescription
    MaterialA material style theme.
    NoneNo theme.
    Office2007A theme similar to Office 2007.
    Office2010A theme similar to Office 2010.
    Office2013A theme similar to Office 2013.
    Office2016A theme similar to Office 2016.
    VS2013A theme similar to MS Visual Stuio 2013.
    Windows8A theme similar to MS Windows 8.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Themes.ThemeFamily

    See Also