TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / BackColor2 Property

In This Topic
    BackColor2 Property (Style)
    In This Topic
    Gets or sets the secondary color used to build the background gradient.
    Syntax
    'Declaration
     
    
    <DescriptionAttribute("Gets or sets the secondary color used to build the background gradient.")>
    <DefaultValueAttribute(System.Drawing.Color, "Transparent")>
    <CategoryAttribute("Gradient")>
    Public Property BackColor2 As Color
    [Description("Gets or sets the secondary color used to build the background gradient.")]
    [DefaultValue(System.Drawing.Color, "Transparent")]
    [Category("Gradient")]
    public Color BackColor2 {get; set;}
    See Also