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

In This Topic
    Color Property (QrCodeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BarcodeBase.Color. 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