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

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