ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.Drawing.Drawing2D.Blend
    public System.Drawing.Drawing2D.Blend GradientBlend {get; set;}
    See Also