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

In This Topic
    Thickness Property (RangeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Range.Thickness. Sets the thickness of this range as a percentage of the parent gauge's thickness.
    Syntax
    'Declaration
     
    Public Property Thickness As Double
    public double Thickness {get; set;}
    See Also