Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / ThemeGradientBackground Class / GetSolidColor Method

In This Topic
    GetSolidColor Method (ThemeGradientBackground)
    In This Topic
    Returns Color that can be used instead of background when element does not support special background.
    Syntax
    'Declaration
     
    Public Overrides Function GetSolidColor() As System.Nullable(Of Color)
    public override System.Nullable<Color> GetSolidColor()

    Return Value

    Returns solid System.Drawing.Color or "null" if the background does not support solid color.
    See Also