ComponentOne BarCode for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1BarCode Namespace / C1BarCode Class / ForeColor Property

In This Topic
    ForeColor Property
    In This Topic
    Gets or sets the foreground color for the control.
    Syntax
    'Declaration
     
    Public Overrides Property ForeColor As System.Drawing.Color
    public override System.Drawing.Color ForeColor {get; set;}
    See Also