ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / BackgroundBrushProvider Class / InterpolationColors Property

In This Topic
    InterpolationColors Property (BackgroundBrushProvider)
    In This Topic
    Gets or sets a System.Drawing.Drawing2D.ColorBlend that defines a multicolor gradient.
    Syntax
    'Declaration
     
    Public Property InterpolationColors As System.Drawing.Drawing2D.ColorBlend
    public System.Drawing.Drawing2D.ColorBlend InterpolationColors {get; set;}
    See Also