Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / ThemeSolidBackground Class / ThemeSolidBackground Constructor / ThemeSolidBackground Constructor(ThemeColorValue)

In This Topic
    ThemeSolidBackground Constructor(ThemeColorValue)
    In This Topic
    Initializes a new instance of the ThemeSolidBackground class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As ThemeColorValue _
    )
    public ThemeSolidBackground( 
       ThemeColorValue color
    )

    Parameters

    color
    See Also