TreeView for WinForms | ComponentOne
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
     
    
    <DefaultValueAttribute("")>
    <DescriptionAttribute("Gets or sets the Blend object used to paint the background gradient.")>
    <TypeConverterAttribute(C1.Framework.BlendConverter)>
    <CategoryAttribute("Gradient")>
    Public Property GradientBlend As Blend
    [DefaultValue("")]
    [Description("Gets or sets the Blend object used to paint the background gradient.")]
    [TypeConverter(C1.Framework.BlendConverter)]
    [Category("Gradient")]
    public Blend GradientBlend {get; set;}
    See Also