ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / BarcodeBase Class / Color Property

In This Topic
    Color Property (BarcodeBase)
    In This Topic
    Gets or sets the forecolor to render the control.
    Syntax
    'Declaration
     
    Public Overridable Property Color As String
    public virtual string Color {get; set;}
    Remarks
    The default value for this property is Black.
    See Also