Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / ThemeLightness Enumeration

In This Topic
    ThemeLightness Enumeration
    In This Topic
    Office 365 theme lightness.
    Syntax
    'Declaration
     
    
    Public Enum ThemeLightness 
       Inherits System.Enum
    public enum ThemeLightness : System.Enum 
    Members
    MemberDescription
    BlackSimulates the black theme in MS Office 365.
    ColorfulSimulates the colorfull theme in MS Office 365.
    DarkGraySimulates the dark-gray theme in MS Office 365.
    WhiteSimulates the white theme in MS Office 365.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Ribbon.ThemeLightness

    See Also