Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / GradientColors Class / GetDefSolidColor Method

In This Topic
    GetDefSolidColor Method (GradientColors)
    In This Topic
    Returns color that can be used instead of gradient colors.
    Syntax
    'Declaration
     
    Public MustOverride Function GetDefSolidColor() As ThemeColorValue
    public abstract ThemeColorValue GetDefSolidColor()
    See Also