InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / BackgroundBrushProvider Class / GradientColor Property

In This Topic
    GradientColor Property (BackgroundBrushProvider)
    In This Topic
    Gets or sets the secondary color (used when BackgroundBrushProvider.GradientMode is set to a value other than None).
    Syntax
    'Declaration
     
    Public Property GradientColor As Color
    public Color GradientColor {get; set;}
    See Also