InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / 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
     
    Public Property Color As Color
    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