Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / ThemeGradientBackground Class / ThemeGradientBackground Constructor / ThemeGradientBackground Constructor(ThemeColorValue,GradientColors,GradientModeBase)

In This Topic
    ThemeGradientBackground Constructor(ThemeColorValue,GradientColors,GradientModeBase)
    In This Topic
    Initializes a new instance of the ThemeGradientBackground class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal solidColor As ThemeColorValue, _
       ByVal colors As GradientColors, _
       ByVal mode As GradientModeBase _
    )
    public ThemeGradientBackground( 
       ThemeColorValue solidColor,
       GradientColors colors,
       GradientModeBase mode
    )

    Parameters

    solidColor
    colors
    mode
    See Also