InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / Style Class / GradientBlend Property

In This Topic
    GradientBlend Property (Style)
    In This Topic
    Gets or sets the System.Drawing.Drawing2D.Blend used to paint the background gradient.
    Syntax
    'Declaration
     
    Public Property GradientBlend As Blend
    public Blend GradientBlend {get; set;}
    See Also