TreeView for WinForms | ComponentOne
C1.Framework Namespace / C1Icon Class / Color Property

In This Topic
    Color Property (C1Icon)
    In This Topic
    Gets or sets the color used to paint the icon. The default value is Transparent.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(System.Drawing.Color, "Transparent")>
    Public Property Color As Color
    [DefaultValue(System.Drawing.Color, "Transparent")]
    public Color Color {get; set;}
    Remarks
    If this property is not set, the actual color will be inherited from the parent container foreground color.
    See Also