InputPanel for WinForms | ComponentOne
C1.Win.5 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 ColorBlend
    public ColorBlend GradientInterpolationColors {get; set;}
    See Also