ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Style Class / GradientInterpolationColors Property

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