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

In This Topic
    BackColor Property (C1VectorIcon)
    In This Topic
    Gets or sets the color used to paint the icon's background. The default value is Transparent.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(System.Drawing.Color, "Transparent")>
    Public Property BackColor As Color
    [DefaultValue(System.Drawing.Color, "Transparent")]
    public Color BackColor {get; set;}
    Remarks
    This property doesn't apply to C1BitmapIcon.
    See Also