Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / ControlTheme Enumeration

In This Topic
    ControlTheme Enumeration
    In This Topic
    Determines the default theme for the C1Scheduler and C1Calendar controls.
    Syntax
    'Declaration
     
    
    Public Enum ControlTheme 
       Inherits System.Enum
    public enum ControlTheme : System.Enum 
    Members
    MemberDescription
    DefaultThe default theme.
    Office2007BlackOffice 2007 Black theme.
    Office2007BlueOffice 2007 Blue theme.
    Office2007SilverOffice 2007 Silver theme.
    Office2010BlackOffice 2010 Black theme.
    Office2010BlueOffice 2010 Blue theme.
    Office2010SilverOffice 2010 Silver theme.
    Office2016BlackOffice 2016 Black theme.
    Office2016ColorfulOffice 2016 Colorful theme.
    Office2016DarkGrayOffice 2016 Dark Gray theme.
    Office2016WhiteOffice 2016 White theme.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Schedule.ControlTheme

    See Also