TreeView for WinForms | ComponentOne
C1.Win.TreeView.Styles Namespace / ItemStyle Class / BackColor Property

In This Topic
    BackColor Property (ItemStyle)
    In This Topic
    Gets or sets the background color.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Style.BackColor", "Gets or sets the System.Drawing.Color used to paint the background.")>
    Public Property BackColor As Color
    [C1Description("Style.BackColor", "Gets or sets the System.Drawing.Color used to paint the background.")]
    public Color BackColor {get; set;}
    See Also