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

In This Topic
    GetSolidColor Method (GradientColors)
    In This Topic
    Returns color that can be used instead of gradient colors.
    Syntax
    'Declaration
     
    Public Function GetSolidColor() As System.Nullable(Of Color)
    public System.Nullable<Color> GetSolidColor()

    Return Value

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