DashboardLayout for WinForms | ComponentOne
C1.Win.Layout.Styles Namespace / DashboardTheme Class
Members

In This Topic
    DashboardTheme Class
    In This Topic
    The DashboardTheme class represents the theme for the C1DashboardLayout control which contains display attributes that determine the appearance of control.
    Object Model
    DashboardTheme ClassCommonStyle ClassContainerHeaderStyle ClassCuesStyle ClassItemContainerStyle Class
    Syntax
    'Declaration
     
    
    Public Class DashboardTheme 
       Inherits C1.Win.C1Themes.BaseTheme
    public class DashboardTheme : C1.Win.C1Themes.BaseTheme 
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Themes.StyledPropertyCollection
          C1.Win.C1Themes.BaseStyle
             C1.Win.C1Themes.BaseTheme
                C1.Win.Layout.Styles.DashboardTheme

    See Also