DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / ILayout Interface / UseTheme Method
Theme to use.

In This Topic
    UseTheme Method (ILayout)
    In This Topic
    Apply the specified theme to layout
    Syntax
    'Declaration
     
    
    Sub UseTheme( _
       ByVal theme As DashboardTheme _
    ) 
    void UseTheme( 
       DashboardTheme theme
    )

    Parameters

    theme
    Theme to use.
    See Also