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

In This Topic
    ErrorBarStyle Property (ErrorBarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ErrorBar<T>.ErrorBarStyle. Sets the ErrorBar style.
    Syntax
    'Declaration
     
    Public Property ErrorBarStyle As SVGStyle
    public SVGStyle ErrorBarStyle {get; set;}
    See Also