TreeView for WinForms | ComponentOne
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
     
    
    <CategoryAttribute("Gradient")>
    <DescriptionAttribute("Gets or sets a ColorBlend that defines a multicolor gradient.")>
    <TypeConverterAttribute(C1.Framework.ColorBlendConverter)>
    <DefaultValueAttribute("")>
    Public Property GradientInterpolationColors As ColorBlend
    [Category("Gradient")]
    [Description("Gets or sets a ColorBlend that defines a multicolor gradient.")]
    [TypeConverter(C1.Framework.ColorBlendConverter)]
    [DefaultValue("")]
    public ColorBlend GradientInterpolationColors {get; set;}
    See Also